sort by:
Revision Author Date Message Commit Date
e3c2799 Disable profiling on Beta, no bug, a=lsblakk --HG-- extra : rebase_source : 7104b46252346a09849103232ef8454ed9084fcb 28 August 2012, 15:13:30 UTC
e8b5551 Bug 785228 - nsGlobalWindow is described twice during traverse, r=mccr8, a=akeybl 23 August 2012, 21:15:39 UTC
a1ce449 Bug 776185: use the buildid based on MOZ_BUILD_DATE for ANDROID_VERSION_CODE r=mfinkle a=lsblakk --HG-- extra : transplant_source : %87%B8B0%F0%EE%A6%CAn%C2%A98%9D%EE5T%09%B3%DF%80 09 August 2012, 21:57:41 UTC
50466b7 bug 776185 - ANDROID_VERSION_CODE needs to be based off MOZ_BUILD_DATE r=blassey a=lsblakk --HG-- extra : transplant_source : %016%25%18%0B%24%0F%90YSX%7D5L7Z%0F%AC%DA%90 23 July 2012, 14:12:19 UTC
439332a Bug 784809. Allow null for the repeat argument of canvas createPattern. r=peterv, a=akeybl 23 August 2012, 19:23:23 UTC
13db000 Backout bug 157681 in order to fix bug 775350 on Beta. a=akeybl 28 August 2012, 00:40:26 UTC
7bae0e5 Bug 786058 - Disable webapps on Firefox 16. r=mfinkle a=akeybl 28 August 2012, 00:05:18 UTC
dcb61fc Bug 786012: Disable pdf.js on beta for Firefox 16, a=akeybl 27 July 2012, 17:49:27 UTC
06f6923 Merging in branding changes NO BUG CLOSED TREE 27 August 2012, 22:23:34 UTC
f880a36 Merging in version bump NO BUG CLOSED TREE 27 August 2012, 22:10:00 UTC
3538c08 Bug 782337 - Stack clobbering (r=bhackett,a=lsblakk) 16 August 2012, 21:03:18 UTC
95d2e29 Bug 774859 - JM: Missing write barrier on JSOP_INITPROP (r=bhackett,a=lsblakk) 15 August 2012, 17:39:59 UTC
084cbe8 Backout bug 774859 and bug 782337 for bustage; a=sparky 27 August 2012, 09:09:17 UTC
1b4d25e Bug 782337 - Stack clobbering (r=bhackett,a=lsblakk) 16 August 2012, 21:03:18 UTC
155b2cd Bug 774859 - JM: Missing write barrier on JSOP_INITPROP (r=bhackett,a=lsblakk) 15 August 2012, 17:39:59 UTC
87ef47c Automated blocklist update from host - CLOSED TREE a=blocklist-update 27 August 2012, 00:46:11 UTC
9b71c4c Bug 777693 - Initialize values before rooting in JSD (r=terrence, a=akeybl) 09 August 2012, 18:38:36 UTC
7088e20 Bug 785436 - PageThumbsWorker.js url is wrong when creating the worker in PageThumbs.jsm. r=gavin,a=gavin 25 August 2012, 06:55:48 UTC
0801682 Bug 778413 - Move and rename the reftest. irc-r=dbaron, a=test DONTBUILD --HG-- rename : layout/reftests/table-bordercollapse/minimum_cell_width_calculation-ref.html => layout/reftests/table-width/cell-pref-width-border-box-ref.html rename : layout/reftests/table-bordercollapse/minimum_cell_width_calculation-Border-Box.html => layout/reftests/table-width/cell-pref-width-border-box.html 25 August 2012, 22:12:18 UTC
cd16403 merge a=aurora 25 August 2012, 19:57:16 UTC
cb34870 Bug 783393 - Breakpoints not getting caught on reload - testfix; a=lsblakk 25 August 2012, 19:54:24 UTC
96738fc Bug 778413 - Minimum cell width calculation reftest. r=dbaron, a=test 25 August 2012, 10:30:47 UTC
9d1befa Bug 783393 - Breakpoints not getting caught on reload - Aurora 16; a=lsblakk 17 August 2012, 01:32:21 UTC
a919a13 Back out bug 774633 for make check hangs and mochitest failures on a CLOSED TREE, a=backout 25 August 2012, 03:13:16 UTC
0c6dd18 Bug 776600 - Allow passing some default prefs from the manfiest to the webapp. r=mfinkle, a=lsblakk 08 August 2012, 19:35:15 UTC
cf6b286 Bug 776600 - Add support for orientation in webapp manifests. r=felipe, a=lsblakk 08 August 2012, 19:35:15 UTC
b2197a9 Bug 784682 - Penalize nodes with "hidden" class or id in Readability.js (r=bnicholson, a=lsblakk) 23 August 2012, 16:08:13 UTC
5daa379 Bug 784680 - Remove utility nodes from Wordpress blog posts (r=bnicholson, a=lsblakk) 23 August 2012, 16:08:13 UTC
8f1c155 Bug 784674 - Better byline fetching in Readability (r=bnicholson, a=lsblakk) 23 August 2012, 16:08:13 UTC
9ed5a40 Bug 782285 - Don't offer reader in pages with too much reading competition (r=mfinkle, a=akeybl) 23 August 2012, 16:08:13 UTC
3c09ffa Fix for bug 775543 (Passing a Worker object to console.log() results in a crash). r=bz, a=lsblakk. --HG-- extra : rebase_source : f8b6628827f0822632f15c5e74ac07d69eab4c0e 24 August 2012, 22:51:47 UTC
1e95807 Bug 774633 - Assert against switching origins on a compartment. r=jst, a=akeybl 24 August 2012, 23:10:46 UTC
94c6ef3 Bug 774633 - Remove "is chrome window" condition for inner window reuse. r=jst, a=akeybl WouldReuseInnerWindow also returns true if the new window is same-origin with the old one about:blank document. This condition exists in order to handle some sloppiness with respect to the principals on initial about:blank documents. Chrome callers sometimes parent chrome windows (with XUL document) to content windows. But this parenting causes us to push the cx of the content window during window creation, meaning that the subsequent load of chrome://foo.xul blows away the old inner window and any expandos on it. We can handle this case more precisely by skipping the cx push for type="chrome" windows. Furthermore, this was also necessary to prevent the inner window from being blown away in the call to SetOpenerScriptPrincipal once nsWindowWatcher gets the window back from the window creator (and after it's already told consumers about the window via "domwindowcreated"). But we fixed this nastiness in the previous patches. So we can remove this case. By doing so, we can prevent inner windows from ever changing origins, which is very important for compartment security invariants. 24 August 2012, 23:10:44 UTC
efccfe1 Bug 774633 - Move the call to SetInitialPrincipalToSubject into nsAppShellService::RegisterTopLevelWindow. r=jst, a=akeybl This means that we get the correct principal on the window before sending notifying any consumers about the window's creation. 24 August 2012, 23:10:41 UTC
725c8fc Bug 774633 - Fold SetOpenerScriptPrincipal into SetInitialPrincipalToSubject, and make it indempotent and callable without an existing document. r=jst, a=akeybl There's no reason it has to fail if there's no mDoc, since any document is promptly blown away with the new about:blank document. The indempotence is important because we want to be able to call this method unconditionally in OpenJSWindowInternal (since we may not have gone through RegisterTopLevelWindow) without worrying about whether we've called it already. 24 August 2012, 23:10:38 UTC
cda995c Bug 774633 - Remove dead mOpenerScriptPrincipal. r=jst, a=akeybl This value is initialized to null and never set, so we can get rid of it. 24 August 2012, 23:10:36 UTC
0d7fb3d Bug 774633 - Wean SetInitialPrincipalToSubject off some parameters and clean it up. r=jst, a=akeybl We can remove the fallback to the principal of aParent because we already push the cx for aParent (callerContextGuard) whenever we're concerned about using its principal. 24 August 2012, 23:10:32 UTC
bcd7ec9 Bug 774633 - Factor nsWindowWatcher call to SetOpenerScriptPrincipal into a method on nsGlobalWindow. r=jst, a=akeybl This doesn't change any functionality in the code. Note that the name is currently a bit of a misnomer, but we change that in the next patch when we rip out the arguments. 24 August 2012, 23:10:24 UTC
bbb2be3 Bug 766793: Look for .pp files for shared libraries. r=ted a=lsblakk 24 August 2012, 17:59:45 UTC
8f6bc4f Bug 776600 - Readd pref removed in unbitrotting. r=blassey a=lsblakk CLOSED TREE 24 August 2012, 17:48:14 UTC
b6b4fd7 Bug 784683 - Don't create temporary H1 element for title (r=mfinkle, a=lsblakk) 22 August 2012, 17:17:45 UTC
3a94db0 Bug 784104 - Disable search suggestions by default. r=mfinkle a=akeybl 20 August 2012, 18:41:54 UTC
8cf7c54 Bug 784126 - Fix JSDOMParser textContent setter. r=lucasr a=lsblakk 22 August 2012, 17:15:46 UTC
37ee93a Bug 776600 - Support apps setting their default orientation. r=blassey, a=lsblakk 20 August 2012, 17:28:40 UTC
2b2a406 Bug 784397 - Apps should have their own task affinity so that they all show in recent apps. r=mfinkle, a=lsblakk 23 August 2012, 16:15:26 UTC
c27e2ea Bug 781061 - System notifications should call back to the process that created them. r=blassey, a=lsblakk 22 August 2012, 15:37:08 UTC
9d97bf4 Bug 650399 - All webapps should use the same webapp database. r=mfinkle, a=lsblakk 15 August 2012, 21:02:15 UTC
969a0f7 Bug 777427: BrowserApp should handle its MenuItems. [r=wesj] a=lsblakk --HG-- rename : mobile/android/base/resources/menu-large-v11/gecko_menu.xml.in => mobile/android/base/resources/menu-large-v11/browser_app_menu.xml.in rename : mobile/android/base/resources/menu-v11/gecko_menu.xml.in => mobile/android/base/resources/menu-v11/browser_app_menu.xml.in rename : mobile/android/base/resources/menu-v11/gecko_menu.xml.in => mobile/android/base/resources/menu-v11/gecko_app_menu.xml.in rename : mobile/android/base/resources/menu-xlarge-v11/gecko_menu.xml.in => mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml.in rename : mobile/android/base/resources/menu/gecko_menu.xml.in => mobile/android/base/resources/menu/browser_app_menu.xml.in 27 July 2012, 06:52:41 UTC
4a7f982 Bug 777427: BrowserApp should handle Addon related menu items. [r=wesj] a=lsblakk 27 July 2012, 06:53:48 UTC
27204cf Bug 775072 - Inline autocomplete munges URLs that contain characters that would normally be escaped. r=mak a=gavin 22 August 2012, 05:59:20 UTC
6cb9cd2 Bug 779445 - SegFault in WorkerMemoryReporter because it accesses mWorkerPrivate when null; r=bent a=gavin 01 August 2012, 15:23:13 UTC
e82d6a7 Bug 769671 - Don't use IOException(Throwable cause), since it is only available in API level >= 9. r=rnewman a=lsblakk --HG-- extra : rebase_source : 5e4312ab408c7504900ac3bf3befbffb7c4e6102 22 August 2012, 16:49:28 UTC
b614aee Bug 783867. Don't blindly assume IsDOMClass objects are nsISupports. r=peterv, a=lsblakk 22 August 2012, 19:18:46 UTC
e5b7e2b Bug 754671 - [Page Thumbnails] size of thumbnails directory (in profiles directory) keeps growing infinitely; r=felipe a=akeybl 23 August 2012, 21:57:06 UTC
0469e9f Backed out changeset 3d01c3e9573c (re-landing bug 744388); a=akeybl 23 August 2012, 21:56:42 UTC
3105806 Bug 782421 - Use parsed result for reader articles. r=lucasr a=lsblakk 14 August 2012, 21:29:40 UTC
3a9014e Bug 783754 - Fix Flash on the Galaxy SII r=BenWa a=lsblakk 23 August 2012, 16:00:23 UTC
3cc039a Bug 784055 - Remove all code dealing with offsetWidth in Readability.js (r=bnicholson, a=lsblakk) 20 August 2012, 17:05:37 UTC
19be6bd Bug 784050 - No need to remove stylesheets and style tags in Readability.js (r=bnicholson, a=lsblakk) 20 August 2012, 17:05:37 UTC
5570f7f Bug 782348 - Fetch byline info from articles to show on Reader (r=bnicholson, a=lsblakk) 20 August 2012, 13:06:58 UTC
f12a9c8 Bug 700583 - Null-check our way out of crashes on both mobile and desktop in pr_FindSymbolInLib caused by plugin code where the plugin fails to load correctly, r=josh a=lsblakk --HG-- extra : rebase_source : 03a091c11d0a2a7654bde0c0951174a77c70b4cd 21 August 2012, 18:38:51 UTC
f13c477 Bug 776265 - changing the way ComputeHeightValue works to make it work just like ComputeWidthValue already does. this fixes {min,max}-height + adding reftests for {min,max}-{height,width} r=mats a=lsblakk 08 August 2012, 15:58:26 UTC
b052ee3 Bug 779687 - Telemetry around Fennec OOM kills. r=blassey a=akeybl 21 August 2012, 11:20:26 UTC
7a28d72 Bug 779687 - Add detection for ARMv7 CPUs. r=dougt a=akeybl 21 August 2012, 11:20:46 UTC
7eb5108 Bug 783208 - Force a zoom out on double-tap if we're already zoomed in to the maximum allowed zoom. r=wesj a=lsblakk 21 August 2012, 16:44:37 UTC
75692eb Bug 781090 - Preserve minimum a11y support when we don't have Voice Over. r=dbolter a=lsblakk 23 August 2012, 13:44:38 UTC
369f3ef Don't send newScript notifications for ignored scripts (bug 770882). r=rcampbell,a=lsblakk 20 August 2012, 16:40:49 UTC
da377f3 Bug 783912 - [ARMv6] Use more conservative GC settings for ARMv6 r=blassey a=lsblakk 20 August 2012, 04:15:12 UTC
2d6e034 Bug 783909 - Fixup app update timer prefs r=blassey a=lsblakk 20 August 2012, 04:15:10 UTC
40ab244 Bug 779321: 10" tab about:home layout no longer animates when remote tabs are opened. r=sriram, a=lsblakk 15 August 2012, 21:37:00 UTC
0ac94ec Backout changeset e1edaf3a8883 once again (bug 744388); a=akeybl 22 August 2012, 23:23:18 UTC
4b2d54b Back out nsXBLPrototypeHandler changes from changeset d09b4e60bb09 to fix bug 776075. approval-mozilla-aurora=lsblakk 21 August 2012, 02:23:32 UTC
00fde34 Bug 721264 - Blocklist babyfox.dll for instability. r=bsmedberg a=lsblakk 21 August 2012, 21:29:51 UTC
d47773c Bug 766948 - Implement new Reader style (r=mfinkle, a=lsblakk) 17 August 2012, 21:38:58 UTC
fc94166 Bug 781865 - Ignore DOMContentLoaded events from iframes in Reader (r=mfinkle, a=lsblakk) 14 August 2012, 19:51:11 UTC
5675845 Bug 782480 - Clear parentNode reference when removing a child in JSDOMParser (r=bnicholson, a=lsblakk) 14 August 2012, 19:51:11 UTC
8ac1a07 Bug 777565 - Don't overflow pre/code elements in reader, wrap them (r=bnicholson, a=lsblakk) 14 August 2012, 19:51:10 UTC
092de3c Bug 777746 - Don't block Flash for Tegra on Gingerbread/Froyo r=blassey a=lsblakk --HG-- extra : rebase_source : 2891eda9d2d8502eac67b57154ea9dac24fe2020 22 August 2012, 16:31:22 UTC
3bf03b7 Bug 779269 - Implement a TryMerge method for nsDisplayFixedPosition. r=roc a=lsblakk Allow nsDisplayFixedPosition items that share the same fixed-pos frame to be merged. This avoids a bug where the Google PDF viewer document image gets re-rendered offset on the initial frame of a scroll when layer acceleration is enabled. 22 August 2012, 14:46:06 UTC
3bbebe8 Bug 777260 - Fix invalidations on transform items in container layers. r=roc a=lsblakk Since Bug 758620, it's possible for an nsDisplayTransform to appear as the child of a container layer. This caused problems when it was inactive, as the invalidation would not be transformed in this case. Fix this in FrameLayerBuilder by mandating that InvalidateThebesLayerContents takes the untransformed invalidation and apply the transform in BuildContainerLayer. 22 August 2012, 14:46:03 UTC
c43d56c Back out bug 760951 on Aurora because it broke console styling on Mac (bug 763821), a=me 21 August 2012, 21:22:21 UTC
00a3fa2 Bug 777628 - Do a Checked Unwrap in JS_WriteTypedArray. r=jorendorff a=lsblakk 21 August 2012, 18:19:59 UTC
6ad371b Bug 781476 - Test. r=me a=lsblakk 21 August 2012, 17:52:35 UTC
3fe1ca4 Bug 781476 - Cross-compartment wrap same-origin objects with PreCreate even if PreCreate requests one wrapper per scope. r=mrbkap 21 August 2012, 17:51:43 UTC
45f63c7 bug 769475 - incorrect font used for italicized Arabic text when font-family is Arial or Times New Roman. r=smontagu a=lsblakk 23 July 2012, 07:48:26 UTC
2a6af6c Bug 717428 - Add missing breaks in database upgrade logic. r=lucasr a=lsblakk 09 August 2012, 17:38:00 UTC
bc64bde Bug 783601 - Remove extra textContent reference from getInnerText(). r=lucasr a=lsblakk 17 August 2012, 18:42:48 UTC
9191ffa Bug 779796 - Move readability check to web worker. r=lucasr,mfinkle a=lsblakk 10 August 2012, 06:30:46 UTC
2ea35f6 Bug 780713 - Disable reader mode logging by default. r=lucasr a=lsblakk 09 August 2012, 17:53:44 UTC
cd9a5e3 Bug 777966 - Replace regex <br> matching with replaceBrs(). r=lucasr a=lsblakk 06 August 2012, 17:54:24 UTC
b9b810b Bug 775346 - Make sure DOM events match current document. r=mbrubeck a=lsblakk 25 July 2012, 22:35:37 UTC
73bee1e Bug 775346 - Add yields to Readability.js. r=lucasr a=lsblakk 25 July 2012, 20:00:51 UTC
509d6ff Bug 773774 - Don't clone document for reader mode check. r=mfinkle a=lsblakk 17 July 2012, 18:50:26 UTC
50d3216 Bug 779399. A horizontally-flipped gradient can dither differently. r=jrmuizel,a=lsblakk 16 August 2012, 11:03:59 UTC
1a2e968 Bug 779399. Scale gradient cell to exactly fill snapped rect. r=jrmuizel,a=lsblakk We need to make sure that when we snap the fillRect, we also adjust the scaling of the gradient so it exactly fills the snapped tileRect. 10 August 2012, 11:10:12 UTC
8cf29e1 Mark gradient tests fuzzy for bug 768775. r=bas,a=akeybl 02 July 2012, 01:18:32 UTC
c09f50b Bug 768775. For linear gradients where the gradient line is parallel to an axis and runs from one edge of a background tile to the other, we can repeat the background by just repeating the gradient instead of drawing individual tiles. r=jrmuizel,a=akeybl 01 July 2012, 23:46:32 UTC
bf3cdb5 Bug 768775. Improve the precision of the calculation of the number of stops that need to be added to handle 'repeat' and 'reflect', when we're filling a path. r=bas,a=akeybl 25 July 2012, 09:35:28 UTC
b0f4cb3 Bug 784203: Firefox logo left uncropped on about:home on tablets. [r=mfinkle] [a=mfinkle] --HG-- extra : rebase_source : f4d99206c05e7aefdb4d7537dab1448116fd2258 21 August 2012, 00:40:59 UTC
b054a74 Bug 780486: Corrected about:home draw order. r=sriram a=mfinkle --HG-- extra : rebase_source : 6243ff6563b321fedc3f986ca0482acf5861deed 20 August 2012, 23:04:49 UTC
back to top