sort by:
Revision Author Date Message Commit Date
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
b92992a Bug 836198: Create a "zombie" state for PresShell and use it for the preloaded TabChild PresShell. r=bz a=lsblakk 07 February 2013, 19:26:27 UTC
7c7bf6b Backed out f041aad0e8ea (bug 836198) to fix bad commit message. 07 February 2013, 19:28:48 UTC
db1e175 Backed out changeset e4ffa0660d88 (bug 835584) to fix bad commit message. 07 February 2013, 19:28:08 UTC
f29fdb0 Bug 835584: Precompile forms.js and preload UserAgentOverrides.jsm. r=fabrice a=lsblakk 06 February 2013, 02:27:52 UTC
72b2c8f imported patch land1 07 February 2013, 19:26:27 UTC
bf3e0b5 Bug 835591: Disable cross-process IME when it's not used. r=roc 28 January 2013, 23:56:28 UTC
e2eebce Bug 836782 - reduce gralloc buffer reallocation in camera StartPreview(), r=kchen, a=approval-mozilla-b2g18+ 06 February 2013, 17:57:50 UTC
0380fc3 Bug 830256 - Ensure that scrollable rect is as big as the drawable area. r=cjones, r=ajones, a=tef+ If the scrollable rect is not as at least as big as the drawable area we end up clamping the displayport to a smaller size than we should be. 16 January 2013, 21:53:10 UTC
748cefc Bug 833983 - Don't preventDefault() drags that aren't quite pans. r=schien, a=tef+ 07 February 2013, 06:59:39 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
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
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
500d142 Bug 780793 - Part 2: Initiate captive portal detection while wifi connected. r=vchang, a=shira+ 15 November 2012, 03:26:43 UTC
c2c1e37 Bug 780793 - Part 1: Add mozChormeEvent/mozContentEvent for captive portal login. r=timdream, a=shira+ 15 November 2012, 03:26:30 UTC
0579a3e Bug 752982 - Part 1: Implement captive portal detection service. r=thinker, a=shira+ 15 September 2012, 03:37:53 UTC
3e6cfcb Bug 834931 - Add fullscreen buttons to video controls. r=mleibovic, a=tef+ 05 February 2013, 18:05:36 UTC
a63eb95 Bug 838089 - Blacklisted AT commands: AT+XAPL/AT+XEVENT. r=gyeh, a=overholt 06 February 2013, 16:12:54 UTC
38a9d75 Bug 836516 - Set a system property so that WLAN firmware could be aware of BT operations. r=gyeh, a=tef+ Solution was provided by ggrisco@codeaurora.org 06 February 2013, 07:28:04 UTC
f692b3a 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. 17 January 2013, 18:31:52 UTC
e8893ec Bug 813867 - 'Report memory for web workers that use ctypes'. r=jorendorff+khuey, a=overholt. 30 December 2012, 18:21:52 UTC
c482f0c Bug 835799 - Add a timestamp property to the observer sent when an application has been called by app.launch(). r=fabrice, a=lsblakk 05 February 2013, 18:05:56 UTC
14e49bd Bug 804320 - Provide more inertia when the user does little gestures. r=schien, a=lsblakk 05 February 2013, 18:05:56 UTC
1bed39a bug 838261 - stop downloading imgtec-panda-imm76i-67545da7.tgz from the internet. r=catlee a=bustage CLOSED TREE 05 February 2013, 20:22:08 UTC
72e3308 bug 836528 - git l10n shas for unagi in source manifest. r=catlee a=lsblakk DONTBUILD 05 February 2013, 20:56:28 UTC
c165c70 Bug 836909 - Trying and failing to update a 3rd party app update due to an error - cannot launch the app anymore. r=ferjm, a=overholt 01 February 2013, 19:17:32 UTC
37d16f0 Bug 836735 - Add interface to QI implementation for ProcessPriorityManager. r=bent, a=overholt 31 January 2013, 19:44:12 UTC
8f77c7d Bug 835641 - Don't SendUpdateDimensions() when they haven't changed. r=roc, a=overholt 29 January 2013, 07:49:38 UTC
6e8b522 Bug 825809 - mWaitingForContentToPaint should be true after mPaintThrottler.TaskComplete post new task. r=ajones, a=overholt 03 January 2013, 19:58:15 UTC
3754abb Bug 837572 - Cannot access any property by the manifest of app object. r=fabrice, a=tef+ 05 February 2013, 05:57:36 UTC
c811a21 Bug 836859 - Trying to download an update for the maps packaged app fails with INVALID_SIGNATURE. r=ferjm, a=tef+ 01 February 2013, 19:17:32 UTC
2c84784 Bug 834618 - Catch any error thrown from resolveFromOrigin. r=fabrice, a=tef+ 04 February 2013, 13:59:32 UTC
375383a Bug 836504 - Set the version on mozilla-b2g18/v1-train to 1.0.1.0-prerelease. r=fabrice, a=shira+ 04 February 2013, 20:36:20 UTC
3c0c884 Bug 836423 - Contacts API: Fix oncontactchange function. r=bent, a=tef+ 01 February 2013, 20:44:55 UTC
bd14007 Bug 828958 - minor fixup to keep patch same across branches r=bent, a=akeybl DONTBUILD 04 February 2013, 17:32:40 UTC
2aa2cbc Bug 834200 - [Audio] Hook AudioManager::SetPhoneState for getting ring & in_call then register into AudioChannelService. r=baku, a=tef+ 04 February 2013, 03:23:06 UTC
de6a8e9 Bug 836168 - B2G RIL: update audioPhoneState when rejecting an incoming call. r=allstars.chh, a=tef+ 30 January 2013, 03:16:31 UTC
e2abfaf Bug 831095: Follow up to add a semicolon. a=bustage 22 January 2013, 17:23:50 UTC
b599d8e Bug 831095. r=bz a=akeybl 22 January 2013, 16:45:04 UTC
7d88fc9 Bug 836973 - Force adb on when marionette is enabled (i.e. non-user builds). r=fabrice, a=tef+ 01 February 2013, 10:04:04 UTC
314ce87 Bug 836770 - Don't change persist.sys.usb.config if it already has the correct value (ADB). r=fabrice, a=tef+ 31 January 2013, 22:41:13 UTC
7f44d42 Bug 836538 - Catch exceptions when we have no etag headers on packages. r=ferjm, a=tef+ 31 January 2013, 21:35:11 UTC
8d96ed5 Bug 835013 - AppProtocolHandler.js and related code taking ~50ms on the critical startup path. r=cjones, a=tef+ 31 January 2013, 21:35:13 UTC
51daa19 Bug 827193: fix typo in WorkerScope, r=khuey, a=akeybl 07 January 2013, 19:18:19 UTC
fbceccb Bug 690970, part 3: fix black-gray edges in weak containers at start of CC. r=billm a=lsblakk * * * Bug 829430 - Use the right check for if we're GCing. r=billm 08 January 2013, 18:36:51 UTC
231aed5 Bug 690970, part 2: unmark gray read barrier for watchpoints. r=billm a=lsblakk 08 January 2013, 18:36:51 UTC
2f1f00c Bug 690970, part 1: unmark gray read barrier for weak maps. r=billm a=lsblakk 08 January 2013, 18:36:51 UTC
f27b555 Bug 817218 - Move UnmarkGray to the JS engine (r=mccr8) * * * Bug 817218 - Followup to fix compile error (r=red) 03 December 2012, 19:19:23 UTC
3fdab1b Bug 812380 - optimize less aggressively in TraceWeakMapping. r=billm a=bajaj 03 December 2012, 17:02:57 UTC
5c466d9 Bug 836157 - Contacts API: Remove unused indexes. r=bent, a=overholt 31 January 2013, 01:17:07 UTC
187e38c Bug 824194 - Refactor TLV size handler in sendStkTerminalResponse. r=allstars.chh, a=shira+ 22 December 2012, 03:14:40 UTC
88cc8a0 Bug 804667 - Part 5: Marionette tests for TIMER_MANAGEMENT. r=allstars.chh, a=shira+ 07 December 2012, 06:55:12 UTC
247387e Bug 804667 - Part 4: xpcshell tests for TIMER_MANAGEMENT. r=allstars.chh, a=shira+ 03 December 2012, 09:50:14 UTC
2df24fc Bug 804667 - Part 3: Support TIMER MANAGEMENT in RIL. r=allstars.chh, a=shira+ 28 November 2012, 08:16:20 UTC
693cdbc Bug 804667 - Part 2: Modify IccManager for TIMER_MANAGEMENT. r=smaug, a=shira+ 04 December 2012, 11:19:17 UTC
7c172f5 Bug 804667 - Part 1: IDL for TIMER_MANAGEMENT. r=allstars.chh, sr=sicking, a=shira+ 03 December 2012, 02:51:42 UTC
b5ac113 Bug 804671 - Part 4: Marionette tests for PROVIDE_LOCAL_INFORMATION. r=allstars.chh, a=shira+ 26 November 2012, 08:37:35 UTC
330fc8c Bug 804671 - Part 3: xpcshell tests for PROVIDE_LOCAL_INFORMATION. r=allstars.chh, a=shira+ 27 November 2012, 01:36:06 UTC
4f2987b Bug 804671 - Part 2: Support PROVIDE_LOCAL_INFO in RIL. r=allstars.chh, a=shira+ 21 November 2012, 03:23:39 UTC
a9b0412 Bug 804671 - Part 1: IDL for PROVIDE_LOCAL_INFO. r=allstars.chh, sr=jonas, a=shira+ 23 November 2012, 02:18:52 UTC
f74f976 Bug 836107 - Initialize mTask, a member variable of UnixSocketImpl, with nullptr. r=qdot, a=tef+ 31 January 2013, 14:43:45 UTC
27a40b0 Bug 835210 - FOTA updates don't seem to be working any more. r=fabrice, a=tef+ 31 January 2013, 01:23:51 UTC
737ae90 Bug 834150 - Just Say No to the fallback SW decoder. r=doublec, a=tef+ 30 January 2013, 23:06:28 UTC
74524ac Bug 830522 - Unregister enumerationTelephonyCallback. r=vicamo, a=tef+ 31 January 2013, 02:37:13 UTC
6437954 Bug 834999 - followup to remove useless dump() r=me a=tef+ 31 January 2013, 22:35:34 UTC
a81f431 Bug 828958 - audit uses of DeserializeURI r=bent, a=milan 10 January 2013, 13:44:00 UTC
49f0328 Bug 835548 - Refactor BrowserElementParent.js into a .js and .jsm, and speed up message registration. r=jlebar a=tef+ --HG-- rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm 31 January 2013, 18:51:22 UTC
bc68603 Bug 834999 - WebappsApplication.prototype.manifest getter takes 25-30ms on critical startup path r=ferjm a=milan 31 January 2013, 18:51:22 UTC
ce3c702 Bug 835596: Speed up getAppByLocalId from O(n) to O(1) r=ferjm a=tef+ 31 January 2013, 18:51:22 UTC
c83760e Bug 834371 - Applying a packaged app update and immediately losing power to the phone - app update is lost r=julienw a=tef+ 31 January 2013, 18:51:21 UTC
1b9d08d Bug 831788 - gaia-central and gaia nightly b2g builds should upload to different locations. r=aki, a=overholt 31 January 2013, 18:30:15 UTC
2175ec7 Bug 830782 - Homescreen is in English instead of Portuguese after flashed and Pt-BR is set in FTE. r=fabrice a=tef+ 31 January 2013, 14:58:11 UTC
08a1ace Bug 835454 - [Audio] AudioChannelService didn't notify agents to call getMuted() when a content channel's visibility is changed. r=baku, a=tef+ 30 January 2013, 02:54:07 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
5b307a9 Bug 804680 - Part 2: xpcshell tests for MORE_TIME. r=allstars.chh, a=shira+ 19 November 2012, 09:10:24 UTC
3670b41 Bug 804680 - Part 1: Support MORE_TIME in RIL. r=allstars.chh, a=shira+ 19 November 2012, 08:44:33 UTC
b761197 Bug 834819 - Make HwcComposer2D honors world transform. r=cjones, a=tef+ 30 January 2013, 01:21:04 UTC
bb47352 Bug 836103 - Enable/disable ADB when changing the "remote debugging" setting in the Settings App r=dhylands a=tef+ 30 January 2013, 19:09:05 UTC
99849db Bug 836045 - Update Webapps code to use the new deviceStorage stat() support r=djf a=tef+ 30 January 2013, 19:08:52 UTC
066b9d7 Bug 835696 - Disable test. a=cjones 30 January 2013, 14:10:29 UTC
cf5aee3 Bug 835474 - Assign length of the message with aMessage->mSize. r=gyeh, a=tef+ 30 January 2013, 04:58:40 UTC
back to top