sort by:
Revision Author Date Message Commit Date
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
a899a3b Bug 780582 - Ensure that mouse-up/touch-end events are processed by some frame, so that capture is released. r=smaug, a=lsblakk 07 August 2012, 11:07:54 UTC
a606338 Bug 780661 - Update mDropdownCanGrow also when the position is currently outside viewport to allow a resize later at a different position. Also, don't call PositionFrameView unless the position really changed to avoid infinite number of calls to AbsolutelyPositionDropDown (via nsResizeDropdownAtFinalPosition event from NotifyGeometryChange). r=roc a=lsblakk 15 August 2012, 02:28:23 UTC
60b520a Bug 781748 - Part 1: Guard against null mIMEActionHint or mIMETypeHint from Gecko. r=blassey a=lsblakk 14 August 2012, 15:21:19 UTC
69d0495 Bug 725770. r=bz a=lblakk 15 August 2012, 01:51:19 UTC
54598b3 Bug 777026: Use a touch delegate on Tabs button to overcome overlapping on menu button. [r=mfinkle] [a=lsblakk] 20 August 2012, 04:45:37 UTC
66a4702 Bug 766392 - Style about:apps to match other about pages. r=mfinkle, a=lsblakk 07 August 2012, 16:49:30 UTC
b4c9d4d Bug 781091 - aboutCertError.xhtml XML Parsing Error r=margaret a=lsblakk 09 August 2012, 13:35:57 UTC
c09a704 Bug 776334 - Don't double free shared texture handles for Flash on Android r=blassey a=lsblakk 20 August 2012, 19:13:34 UTC
7daa6fc Bug 783373 - Change mobile-specific Google search URL to standard Google search URL. r=mfinkle a=lsblakk 17 August 2012, 15:06:10 UTC
655dfd2 Bug 782332 - Don't retain fixed-position tiles. r=bgirard a=lsblakk Retaining tiles on a fixed position layer often just results in rendering artifacts. Don't do this. 20 August 2012, 13:42:41 UTC
2670c82 no bug, add Acholi to beta locales, ra=drivers, DONTBUILD --HG-- extra : transplant_source : %DD%B0%BE%9A%1F/onbY%1C%D6%7E%08%20%D4%C2%F2%26%89 20 August 2012, 12:41:58 UTC
1c144c1 Bug 781393 - Followup to fix orange (r=bhackett,a=lsblakk) 19 August 2012, 22:32:04 UTC
c305d96 Bug 781393 - JS VM stack values shouldn't always be clobbered during marking (r=bhackett,a=lsblakk) 19 August 2012, 21:06:43 UTC
9701746 Bug 765156 - Fix NPE from getHandler() returning null for a detached view. r=mfinkle a=lsblakk 14 August 2012, 02:56:27 UTC
309311a Bug 765156: NPE in Property Animator's invalidate(). [r=mfinkle] a=lsblakk 09 August 2012, 18:39:02 UTC
000cb0e Bug 782141 - Don't mix signed and unsigned variables in nsSVGFEMorphologyElement::Filter(), and clamp radii to 100000. r=roc, a=lsblakk. 17 August 2012, 08:54:38 UTC
7d022d7 Bug 765065 - Annotation for crash reports: "Are we GCing?" (r=bsmedberg,a=lsblakk) 15 August 2012, 17:47:51 UTC
a9e54e6 Don't split inline ancestors of bidi frames if we don't have any child frames after the split. Bug 779003, r=roc, a=lsblakk 13 August 2012, 16:06:36 UTC
4861e79 bug 783241: add extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png to removed-files.in. r=ted/bmcbride, a=lsblakk 16 August 2012, 18:57:45 UTC
ac52523 bug 769303 - precompute intrinsic width of floats. r=roc a=lsblakk 16 August 2012, 18:31:48 UTC
a901468 Fix for bug 769464 (Check mDOMObjectIsISupports when unwrapping). r=bz, a=akeybl. 16 July 2012, 14:52:59 UTC
4f2da3f Bug 772679. Don't enable test as passing on Mac. a=me 16 August 2012, 02:32:11 UTC
d6d4150 Bug 772679. Make test_offsets.js handle the viewport being transformed. r=tnikkel,a=lsblakk 06 August 2012, 06:55:28 UTC
4443f84 Bug 772679. Handle frame with NS_HAS_CONTAINER_LAYER having no display items. r=tnikkel,a=lsblakk 05 August 2012, 08:59:06 UTC
89b7c0e Bug 772679. Mark test as passing on Mac. a=lsblakk 04 August 2012, 12:27:07 UTC
457e41b Bug 772679. Testcase. a=lsblakk 04 August 2012, 12:26:58 UTC
8de0f4c Bug 772679. RestrictToLayerPixels needs to accurately convert between appunits scroll offsets and ThebesLayer pixel coordinates. r=tnikkel,a=lsblakk Change GetThebesLayerResolutionForFrame to GetThebesLayerScaleForFrame, which just returns a scale. Ensure that the scale is as accurate as possible even if dedicated layers for scrolled content (or any layers at all) have not been created yet, by taking into account transforms that have not yet generated layers. This makes the decisions made by nsGfxScrollFrameInner::ScrollToImpl independent of whether there is currently an active layer for the scrolled content (or much more nearly so). In nsGfxScrollFrameInner::ScrollToImpl, do not use the current internal fractional offset of the ThebesLayer, which is in a mostly unrelated coordinate space to our scroll positions. Instead, just try to make sure that the previous and next scroll position differ by a whole number of layer pixels. 04 August 2012, 12:26:38 UTC
52fa3a3 Bug 781020 - Remove IME's composing spans when Gecko resets the composition state. r=blassey a=lsblakk 08 August 2012, 23:16:59 UTC
d87ea83 Bug 755638 - Uncaught SecurityException when attempting to sync multiple Fennecs to the same Sync account. r=rnewman; a=lsblakk 14 August 2012, 05:18:00 UTC
ccdaa82 Bug 775424 - Make JSCompartmentParticipant vtable rodata. r=glandium a=lsblakk 15 August 2012, 18:46:35 UTC
a36cc4b Bug 771979 - Intermittent browser_newtab_drag_drop.js | Test timed out; r=felipe a=test-only 01 August 2012, 17:25:03 UTC
5c4d997 bug 763621 - Fix a Breakpad issue, patch from upstream r792. r=upstream a=lsblakk 18 July 2012, 19:11:51 UTC
ef198d1 Bug 780481 - Fix top sites item height. r=sriram a=lsblakk --HG-- extra : rebase_source : 466a8f899c5a747307ddcbaec6658d675113fb7d 07 August 2012, 00:27:04 UTC
back to top