https://github.com/mozilla/gecko-dev

sort by:
Revision Author Date Message Commit Date
0ecc076 Bug 842064: Fix build bustage caused by expired certificates in test_signed_apps.js on a CLOSED TREE, a=bustage, a=testonly --HG-- extra : source : ff193fc3dc7d37db4081dd95f1f1aa8e3551d527 16 February 2013, 19:21:13 UTC
00905e7 Bug 841243 - Followup fix for the captive portal changes. r=fabrice, a=shira+ 15 February 2013, 22:26:58 UTC
3bec881 Bug 752982 - Part 2: Provide xpcshell test cases for captive portal detection. r=thinker, r=dolske, a=shira+ 10 October 2012, 03:16:32 UTC
b1e853c Bug 752982 - Part 1: Implement captive portal detection service. r=thinker, r=dolske, r=gps, a=shira+ 15 February 2013, 15:41:35 UTC
6c7d573 Bug 841041 - Fix memory broadcast bug for workers. r=bent, a=tef+ 15 February 2013, 22:12:19 UTC
8d7c50b Bug 839261 - Assertion failure: false (Remote blob didn't return a remote stream). r=sicking, a=tef+ 15 February 2013, 21:39:43 UTC
b51da82 Bug 841830 - Allow scrolling while tap/pan gesture is still ambiguous, for perceived responsiveness. r=vingtetun, a=akeybl 15 February 2013, 19:41:23 UTC
87ee1c0 Bug 838308 - mozKeyboard should require a permission to use. r=vingtetun, a=tef+ 15 February 2013, 20:35:18 UTC
3e5b7ce Bug 839422 - Don't enable adb when toggling USB Tethering. r=qdot, a=tef+ 14 February 2013, 20:21:08 UTC
efad7f6 Bug 838337 - Set downloading to true when we get an appcache progress event. r=fabrice, a=akeybl 07 February 2013, 19:36:14 UTC
5c3a3ae Bug 841590 - Bluetooth: Fix hashtable remove. r=bent, a=shira+ 15 February 2013, 00:45:13 UTC
44b6da3 Bug 841234 - PhoneNumberJS: fix typo with lastKnownMcc. r=mrbkap, a=tef+ 14 February 2013, 01:07:28 UTC
88b74d7 Bug 834639 - Use PREMULT blending for hwc layers. r=dwilson, a=cjones 12 February 2013, 18:47:07 UTC
7177cb8 Bug 841634 - Assign ContentParent::mChildID to a unique value in the constructor, instead of in RecvGetProcessAttributes. r=cjones, a=blocking-tef 15 February 2013, 17:07:34 UTC
bbf346e Bug 841563 - Actually set PROCESS_PRIORITY_FOREGROUND_HIGH when we want to. r=cjones, a=blocking-tef 15 February 2013, 17:07:34 UTC
daeacfc Bug 836654 - Part 11: Follow-up for b2g18; fix compile errors. r/a=me 15 February 2013, 18:10:28 UTC
ecfc02b Bug 836654 - Part 10: Don't acquire the CPU wake lock in the alarm service any longer. r=cjones, a=blocking-tef We've removed the event that the AlarmService was listening to in order to find out when we could drop the lock! 15 February 2013, 17:07:34 UTC
640feab Bug 836654 - Part 9: During app-frame creation, take the CPU wake lock only after sending down the mozapptype. r=cjones This prevents the child process from downgrading its CPU priority when it notices that it has the CPU wake lock but no "critical" frames. In this patch we also reduce the scope of a race condition which occurs when we don't launch a new process for an app. In this case, we still need to set the child process's priority and then check that the process is still alive. Because this isn't a brand-new process, it's possible that the process will downgrade its priority (e.g. due to a timer) after we check that it's still alive and before it notices that we've acquired the CPU wake lock on its behalf. This patch does not resolve that race. 15 February 2013, 17:07:34 UTC
5a4d879 Bug 836654 - Part 8: Inform the mozbrowser embedder when we're opening a frame that we expect to send a system message to. r=cjones 15 February 2013, 17:07:34 UTC
6db23f7 Bug 836654 - Part 7: Hold a CPU wake lock while a "critical" process that's expecting a system message loads. r=cjones,fabrice 15 February 2013, 17:07:34 UTC
5b8d0a5 Bug 836654 - Part 6: If a process is "critical" and holds the "cpu" or "high-priority" wake lock, give it priority FOREGROUND_HIGH. r=cjones 15 February 2013, 17:07:33 UTC
ce334f7 Bug 836654 - Part 5: Add nsIMozBrowserFrame::isExpectingSystemMessage. r=bz 15 February 2013, 17:07:33 UTC
333aa14 Bug 836654 - Part 4: Add PowerManagerService::NewWakeLockOnBehalfOfProcess. r=cjones 15 February 2013, 17:07:33 UTC
8d6348f Bug 836654 - Part 3: Modify hal to accept a ContentParent ID in ModifyWakeLock(). r=cjones Also return the list of processes holding the lock in GetWakeLockInfo and in the wake-lock changed notification. 15 February 2013, 17:07:33 UTC
198ec5f Bug 836654 - Part 2: Add PROCESS_PRIORITY_FOREGROUND_HIGH. r=cjones 15 February 2013, 17:07:33 UTC
d67829f Bug 836654 - Part 1: Don't require the "power" permission to do GetWakeLockInfo from a child process. r=cjones 15 February 2013, 17:07:33 UTC
13a1d77 Bug 836654 - Part 0: Add constants CONTENT_PROCESS_{UNKNOWN_ID,MAIN_ID} to HalTypes.h and remove the equivalent constants from ContentParent.h. r=cjones 15 February 2013, 17:07:33 UTC
d4f2c37 Bug 840277 - Explicitly check that the preallocated process hasn't been killed before we use it. r=cjones, a=blocking-tef We have to do this check /after/ we set the process's priority, since before then, it has BACKGROUND priority and is a candidate for killing. 15 February 2013, 17:07:32 UTC
d7aa514 Bug 835563 - When an iframe mozbrowser's embedder calls setVisible(false), immediately send the relevant process into the background (if none of its other frames are in the foreground). r=cjones, a=blocking-tef 15 February 2013, 17:07:32 UTC
006b277 Bug 822858. r=billm, a=bajaj 09 January 2013, 00:51:43 UTC
e7ef163 Bug 830399. Add JSAutoCompartment in nsXMLHttpRequest::GetInterface. r=bz a=bajaj 18 January 2013, 00:30:41 UTC
8628ed9 Bug 834515 - Updating to a packaged app with a new name via introducing a locale override allows changing the app name. r=fabrice, a=tef+ 14 February 2013, 17:23:58 UTC
9b90f12 Bug 834816 - Disconnect all ACL connections before disabling Bluetooth. r=qdot, a=tef+ 14 February 2013, 15:16:37 UTC
77d24e7 Bug 838616 - Eliminate a process-priority race condition around preallocated process creation. r=cjones, a=tef+ Previously, it was possible to return a dead preallocated process. This patch eliminates or at least significantly reduces the likelihood of this race. 08 February 2013, 14:32:23 UTC
61718e2 Bug 838616 - Boost preallocated process's priority sooner after we decide to transform it into an app process. r=cjones, a=tef+ 08 February 2013, 14:32:23 UTC
5d713f6 Bug 839094 - PhoneNumberJS: handle countries sharing the same meta-data correctly. r=gal, a=overholt 08 February 2013, 01:42:36 UTC
0c8e36c Bug 827870 - Do a better job of lying about the holder and make assertions fatal. r=mrbkap, a=lsblakk 14 February 2013, 02:06:03 UTC
6602b6e Bug 839473 - Return early in form.js for non editable content. r=fabrice, a=lsblakk 13 February 2013, 00:31:08 UTC
e18386c Bug 840835 - Update the gonk snapshot for b2g v1.0.1. r=nthomas, a=akeybl 13 February 2013, 17:51:22 UTC
b502449 Added tag B2G_1_0_1_20130213094222 for changeset 5027bfcb356e 13 February 2013, 15:03:58 UTC
00d8d0e Merge mozilla-b2g18 to mozilla-b2g18_v1_0_1 13 February 2013, 15:02:03 UTC
efb967f Bug 839675 - Prevent out-of-sync problems. r=mdas, a=akeybl 12 February 2013, 18:10:03 UTC
880360f Bug 840698 - Activities are broken r=cjones 12 February 2013, 23:19:50 UTC
fb10215 Bug 834382 - Disable failing crashtests on b2g18 branch, r=jgriffin, a=test-only,tracking-b2g18+ 12 February 2013, 19:02:09 UTC
ca5adf2 Bug 838102 - Activities are saved in the manifest with a modified href after an update. r=julienw, a=tef+ 10 February 2013, 18:54:13 UTC
547562d Backed out 2 changesets (bug 838616) for bustage. a=backout 12 February 2013, 17:38:15 UTC
1b5b9e1 Bug 830463 - Download/update notification is showing up late on a weak connection in some cases. r=fabrice, a=lsblakk 11 February 2013, 08:38:51 UTC
0ce76f9 Bug 838616 - Eliminate a process-priority race condition around preallocated process creation. r=cjones, a=lsblakk Previously, it was possible to return a dead preallocated process. This patch eliminates or at least significantly reduces the likelihood of this race. 08 February 2013, 14:32:23 UTC
3c82811 Bug 838616 - Boost preallocated process's priority sooner after we decide to transform it into an app process. r=cjones, a=lsblakk 08 February 2013, 14:32:23 UTC
1cb2dcc merge mozilla-b2g18 -> mozilla-b2g18_v1_0_1. r=a=release CLOSED TREE 07 February 2013, 20:24:31 UTC
c7e0a90 Backout bdf4eeccfb41 (bug 813867) and d0c9d7c63b36 (bug 827274) for mochitest-oth orange. 07 February 2013, 11:14:08 UTC
76c17ac Backed out changeset 1c21e59d64f3 for windows orange xpcshell test 07 February 2013, 07:20:47 UTC
a7f0a31 Bug 836605 - Use prototype to speed up cloneAsMozIApplication. r=genelian, a=tef+ 06 February 2013, 23:21:15 UTC
71b4f53 Bug 835698 - Pre-open() and send the fd for app process's application.zip r=jduell, a=tef+ 06 February 2013, 13:18:00 UTC
29db9d9 bug 838261 - avoid downloading imgtec-panda-imm76i-67545da7.tgz from google. r=catlee a=akeybl 07 February 2013, 01:31:02 UTC
d720ae5 Bug 820438 - Immediately apply changes in maximum script runtime to make them visible in content processes. r=jst, a=lsblakk 31 January 2013, 16:49:09 UTC
70c8f2c Bug 839038 - Put .opus as a valid extension in toolkit/content/devicestorage.properties. r=dougt a=lsblakk 12 February 2013, 13:52:17 UTC
c605af7 Backed out changeset 81305ec8beb4 (bug 835698) for causing bug 839256. a=backout 11 February 2013, 22:43:09 UTC
cb007bc Backout 638db02edad6 (bug 752982) for landing without proper review. a=backout 11 February 2013, 19:34:53 UTC
e86df15 Bug 839291 - panda b2g18* builds are sendchanging gaia-tests.zip but not uploading it. r=aki a=akeybl 11 February 2013, 14:35:24 UTC
8ed37c2 Bug 838823 - Restarting a stopped install of an app fails with NO_DOWNLOAD_AVAILABLE. r=fabrice, a=tef+ 08 February 2013, 10:07:46 UTC
7288908 Bug 835698 - 'Pre-open() and send the fd for app process's application.zip'. r=jduell, a=blocking-tef+. 01 February 2013, 12:23:23 UTC
625e4e3 Bug 838625 - Add hal::ProcessPriorityToString and use it in ProcessPriorityManager logging. r=cjones, a=bajaj 08 February 2013, 14:32:23 UTC
5c255da Bug 838625 - Add logcat logging to ProcessPriorityManager. r=cjones, a=bajaj The logging is placed behind an #if 0 guard. 08 February 2013, 14:32:23 UTC
2373324 Bug 838615 - Add missing process-priority nice values to b2g.js. r=cjones, a=lsblakk This sets background_perceivable's nice at 10 and background{,_homescreen}'s nice at 20. I'm a bit worried that this will de-prioritize background_perceivable so much that music players may start skipping. But we need to test. 08 February 2013, 14:32:24 UTC
a046553 Bug 836737 - Don't launch the app when we close a notification. r=vingtetun, a=tef+ 07 February 2013, 12:54:32 UTC
8b993aa Bug 836505 - We don't care about the active count but only the active state. r=fabrice, a=tef+ 08 February 2013, 16:34:47 UTC
7fd9b07 bug 835865 - use gaia-1_0_1. r=aki a=release CLOSED TREE 30 January 2013, 23:30:25 UTC
8bf1f69 Bug 835325 - Clean up and return from BootAnimation PNG reader when libpng reports an error. r=mwu, a=lsblakk 28 January 2013, 19:35:20 UTC
7ba2557 Bug 792966 - Don't try to gralloc small buffers. r=kanru, a=lsblakk 29 January 2013, 07:49:38 UTC
8bf5266 Bug 830258 - [Webapps] .uninstall() should return "Webapps:Uninstall:Return:KO" when uninstalling a non-removable app (part 2, provide test case). r=fabrice, a=lsblakk 30 January 2013, 04:00:55 UTC
d17b67b Bug 830258 - [Webapps] .uninstall() should return "Webapps:Uninstall:Return:KO" when uninstalling a non-removable app (part 1, fix .uninstall()). r=fabrice, a=lsblakk 30 January 2013, 03:54:05 UTC
217d66b Bug 826471 - Add JSAutoCompartment in nsWindowSH::NewResolve. r=bholley, a=bajaj 18 January 2013, 00:30:41 UTC
438616f Bug 838924 - Fix try/catch introduced in bug 835210 which caused FOTA updates to still be broken. r=marshall_law, a=tef+ 07 February 2013, 20:53:59 UTC
dc87542 Backed out changeset 4518b78583d0 (bug 835698) a=bustage_from_bug_839688 09 February 2013, 00:12:17 UTC
411fc16 Backed out changeset 4518b78583d0 (bug 835698) a=bustage_from_bug_839688 09 February 2013, 00:11:57 UTC
9e4a931 Bug 839117 - 'Don't allow a leaking memory reporter to hang workers'. r=jlebar, a=overholt. 08 February 2013, 11:50:00 UTC
cf1b9d2 Bug 835698 - 'Pre-open() and send the fd for app process's application.zip'. r=jduell, a=blocking-tef+. 01 February 2013, 12:23:23 UTC
2f11e32 Bug 827274 - 'crash in [@ anonymous namespace::CTypesActivityCallback(JSContext*, js::CTypesActivityType)], add ctypes closure support to new worker memory reporting mechanism. r=khuey+mrbkap, a=overholt. --HG-- extra : rebase_source : b2b9c07b012786411fef2f6f50ebe33975d7a16d 17 January 2013, 18:31:52 UTC
cc1001c Bug 813867 - 'Report memory for web workers that use ctypes'. r=jorendorff+khuey, a=overholt. --HG-- extra : rebase_source : 5ddfdc62de9e4bc2b8aaeab451f07eb0b1731c9f 30 December 2012, 18:21:52 UTC
4418db3 Bug 839312 - Specify gonk low-memory-killer priorityClasses in the correct order and fix typo in b2g.js which was preventing us from giving the kernel one of the necessary priority classes. r=jlebar, a=lsblakk --HG-- extra : transplant_source : %DC%11%DE%E7%FF%FB%0B%F9q%26%25%C5%AB%F6%BE%9A%19%DFc%A7 08 February 2013, 14:09:26 UTC
4859ace Bug 821695 - Do not load videocontrols.xml if the audio/video tag does not need it. r=roc, a=tef+ 01 February 2013, 13:47:55 UTC
759cbc4 Bug 837953 - B2G crash @ nsContentPermissionRequestProxy::GetElement while launching Camera for perf tests. r=dougt, a=tef+ 08 February 2013, 01:46:58 UTC
9390f57 Bug 837317 - [video] "[object Object] is now full screen" shows when playing a video. r=daleharvey, a=tef+ 07 February 2013, 21:43:57 UTC
fa3c6fa Bug 837282 - Page title "[object Object]" when reloading after network error. r=daleharvey, a=tef+ 07 February 2013, 21:43:57 UTC
83f9c2a Bug 835809: Preload more things for faster page loads. r=fabrice,jlebar a=blocking-b2g --HG-- rename : dom/browser-element/BrowserElementChild.js => dom/browser-element/BrowserElementChildPreload.js rename : dom/browser-element/BrowserElementScrolling.js => dom/browser-element/BrowserElementPanning.js 08 February 2013, 05:59:56 UTC
3ea357f Bug 839134 - ADB doesn't get enabled in VARIANT=user builds if marionette pref doesn't exist. r=fabrice a=lsblakk --HG-- extra : transplant_source : %FC%0C%13%AD%85%A2%8C%E3%00%86q%FF%D9%C05%E8%FA%CB%0E%9D 07 February 2013, 19:44:23 UTC
d5b3c5d Bug 836515 - Allow source compression to run while executing the script. r=jorendorff, a=tef+ 08 February 2013, 00:11:14 UTC
451a85f Bug 825545 - Make the ScriptSource API work even if it is being compressed. r=jorendorff, a=tef+ 08 February 2013, 00:09:44 UTC
cf76633 Backed out changeset 0c3a98a9a601 (bug 836515) for test failures. a=orange 08 February 2013, 00:06:14 UTC
dbee7e1 Bug 820571 - Don't show remote frame on restyles until reflow finished. r=roc, a=lsblakk Original work from :roc. Add check in nsFrameLoader::ShowRemoteFrame() so restyle of subdocument frames doesn't resize remote content until first reflow finished and size is decided. 10 January 2013, 07:23:55 UTC
39a60ae Bug 827888 - Explicitly call notifier if DBUS call completes early. r=echou, r=qdot, a=lsblakk If a DBUS call completes before we can set the notifier function, the call's response never gets handled. To workaround this problem, we now call the notifier explicitly if the call completes this early. It can still happen that the call's response gets lost, but this workaround greatly improves the success rate for our problem of handling errors during Bluetooth device pairing; from maybe 10% to 75%. 10 January 2013, 15:55:43 UTC
67c91a6 Bug 827888 - Fix usage of sIsParing variable. r=echou, r=qdot, a=lsblakk The variable sIsPairing signals to the Bluetooth pairing response notifier if pairing is still requested. Being a boolean value, the variable only supported one pairing request at a time. To support multiple parallel pairing requests, this patch converts it into a counter. The counter is atomic, because notifier calls run in separate threads. Additionally, we now set sIsPairing before starting the pairing request. Otherwise the notifier might run before we can increment the variable. 10 January 2013, 15:55:43 UTC
2b142ec Bug 824148 - [KEYBOARD] Input type=range should bring up the number keyboard. r=ttaubert, a=lsblakk 10 January 2013, 12:25:30 UTC
127a231 Bug 822450 - Create a syntheticEventsOk pref for marionette identity tests. r=benadida, a=lsblakk 17 December 2012, 21:51:33 UTC
b88e9c6 Bug 758103 - Return charging time of zero if no battery interface exists. r=mounir, r=dhylands, a=lsblakk On the PandaBoard, and probably other platforms, no battery exists and the related kernel interfaces are missing. The HAL returns 'charging' at a battery level of 100%. The charging time is set to 'unknown'. This is inconsistent according to the battery manager. With this patch, the returned charging time is set to zero, which fulfills the battery manager's requirements. The patch also cleans up and simplifies the source code. 29 November 2012, 19:18:46 UTC
a1b86c6 Bug 837715 - Reduce compression rate for js source. r=benjamin, a=tef+ This cuts the time to compress gaia-email-opt.js from 0.63 seconds to 0.33 seconds. The result should still be smaller (391K from 321K before) than the compressing with snappy or lz4 (528K), but decompression time will be worse. Fortunately, this will only penalize Function.toSource() which I think is an ok trade off. 06 February 2013, 17:53:52 UTC
77b9b0d Bug 836515 - Allow source compression to run while executing the script. r=jorendorff, a=tef+ 07 February 2013, 22:24:22 UTC
52140a5 Bug 834382 - Disable failing crashtests so we can enable them, r=jgriffin, a=approval-mozilla-b2g18+ 07 February 2013, 19:47:49 UTC
d00160a Bug 835584: Precompile forms.js and preload UserAgentOverrides.jsm. r=fabrice a=lsblakk 06 February 2013, 02:27:52 UTC
back to top