Jonathan Griffin
44e11e74c9
Bug 800641 - Add mozfile to mozbase packages in test.zip, r=jhammel
2012-10-11 16:44:11 -07:00
Olli Pettay
d8f6c4ce3e
Bug 797982 - investigation patch for StringBuilder::Unit crash, r=hsivonen
2012-10-12 14:14:15 +03:00
Ed Morley
ee9067e40d
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-10-12 11:59:59 +01:00
Ed Morley
6f00411a92
Backout 5b727a94eebd (bug 731974) for causing bug 797263 again
2012-10-12 11:25:17 +01:00
Olli Pettay
2cdba3cfd5
Bug 799592 nsDOMWindowUtils::AllowScriptsToClose to bypass dom.allow_scripts_to_close_windows, r=jst
2012-10-12 13:17:56 +03:00
Chris Jones
831e04c2e3
Bug 795657: Integrate native viewport configuration better into async pan-zoom code. r=jwir3,roc
...
This is a rollup of the following patches
- Change the interpretation of FrameMetrics.mZoom to a "resolution-indepedent zoom", instead of a resolution-depedent scale factor. r=roc
- Remove mention of "meta" from TabChild. r=roc
- Remove some useless logging. r=roc
- Tag FrameMetrics with its composition bounds at paint time. r=roc
- Add a helper to calculate the render resolution for a FrameMetrics. r=roc
- Add a helper to compute the approximate CSS dimensions a FrameMetrics will cover during composition. r=roc
- BrowserElementScrolling doesn't actually care about zoom or resolution. r=roc
- Accept the viewport that content has calculated, when it's received the latest widget geometry update. r=roc
- Mechanically separate uses of zoom/resolution based on new definitions. r=roc
- Convert GetViewportInfo()'s resolution-dependent scale into resolution-indepedent zoom. r=roc
- Reinterpret defaultZoom == 0.0 as "intrinsic scale". r=jwir3,roc
2012-10-11 22:46:24 -07:00
Josh Matthews
f2e008e0c0
Backout bug 723001.
2012-10-11 22:22:43 -04:00
Josh Matthews
a08d1d7155
Backout bug 800669.
2012-10-11 22:21:43 -04:00
Michał Frontczak
ede9094c74
Bug 739130 - make GetDocumentNode() inline on nsDocAccessible, r=tbsaunde, surkov
2012-10-12 11:25:34 +09:00
Josh Matthews
1f205cde31
Merge the backout merge.
2012-10-11 22:01:50 -04:00
Josh Matthews
37f97f9704
Merge backout.
2012-10-11 21:58:41 -04:00
Josh Matthews
138935b14a
Back out bug 585385 for build bustage.
2012-10-11 21:58:24 -04:00
Ryan VanderMeulen
399c70b66e
Bug 798849 - Disable more failing canvas tests.
2012-10-11 21:56:47 -04:00
Daniel Holbert
520add8269
Bug 799647 part 2: reftest. r=dbaron
...
--HG--
rename : layout/reftests/flexbox/flexbox-align-self-horiz-1.xhtml => layout/reftests/flexbox/flexbox-align-self-horiz-1-block.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-1.xhtml => layout/reftests/flexbox/flexbox-align-self-horiz-1-table.xhtml
2012-10-11 18:41:32 -07:00
Daniel Holbert
3fed6d82ae
Bug 799647 part 1: Use style-context parent instead of frame parent when resolving "align-self:auto" on a flex item. r=dbaron
2012-10-11 18:41:05 -07:00
Josh Matthews
fcd1ce5c84
Bug 505385 - Part 18: Reduce number of notifications - START_REQUEST/START_CONTAINER -> SIZE_AVAILABLE, remove START_DECODE and START_FRAME. Rename remaining ones for clarity. r=joe
2012-10-11 21:34:24 -04:00
Josh Matthews
32a0b22fe3
Bug 505385 - Part 17: Clean up unused arguments in imgStatusTracker observers, document unclear things, etc. r=joe
2012-10-11 21:34:24 -04:00
Josh Matthews
2bdbf552ac
Bug 505385 - Part 17: Consolidate image request failure handling code into a central location and deal with preexisting errors correctly. r=joe
2012-10-11 21:34:24 -04:00
Josh Matthews
1701b3458b
Bug 505385 - Part 16: Remove nsStubImageDecoderObserver. r=joe
2012-10-11 21:34:24 -04:00
Josh Matthews
ea0e69f95d
Bug 505385 - Part 15: Fix cases where pending requests in nsImageLoadingContent could be cancelled and never receive OnStartRequest. r=joe
2012-10-11 21:34:24 -04:00
Josh Matthews
a03358d4e3
Bug 505385 - Part 14: Update image request status on decoding errors. r=joe
2012-10-11 21:34:24 -04:00
Josh Matthews
1d3700a537
Bug 505385 - Part 13: Remove OnStopContainer and make OnStopDecode a true decode notification. r=joe
2012-10-11 21:34:23 -04:00
Josh Matthews
1013622191
Bug 505385 - Part 12: Ensure clones of static image proxies result in more static proxies. r=joe
2012-10-11 21:34:23 -04:00
Josh Matthews
abbb0715c2
Bug 505385 - Part 11: Create a new imgINotificationObserver interface to replace all uses of imgIContainerObserver and imgIDecoderObserver outside of image/. r=joe
2012-10-11 21:34:23 -04:00
Josh Matthews
5690e9485e
Bug 505385 - Part 10: Remove GetConsumers from imgStatusTracker by delegating all remaining notification operations from imgRequest to the status tracker. r=joe
2012-10-11 21:34:23 -04:00
Josh Matthews
228592e98b
Bug 505385 - Part 9: Hoist decoder and container observer out of imgRequest into imgStatusTracker. r=joe
2012-10-11 21:34:23 -04:00
Josh Matthews
8634a5ed5c
Bug 505385 - Part 8: Remove image reference from proxies, and delegate operations on images to the owning request or the status tracker. r=joe
2012-10-11 21:34:23 -04:00
Bobby Holley
de02cdd129
Bug 505385 - Part 7: Initialize imgRequestProxy with a status tracker. r=joe
...
This is sort of symbolic for now, since we keep mOwner and mImage and just
pull them off the tracker, but we'll soon change that. ;-)
2012-10-11 21:34:22 -04:00
Bobby Holley
e1ff93956a
Bug 505385 - Part 6: Expose imgRequest::GetStatusTracker, and ensure that it's never null. r=joe
...
We're slowly turning imgStatusTracker into the central coordination point between imgRequest,
imgRequestProxy, and Image, so we need it to be a bit more visible.
2012-10-11 21:34:22 -04:00
Bobby Holley
faa13681c0
Bug 505385 - Part 5: Expose pointers to the imgRequest and Image on imgStatusTracker. r=joe
...
This will help us decouple imgRequest and imgRequestProxy.
2012-10-11 21:34:22 -04:00
Bobby Holley
293f4dd9eb
Bug 505385 - Part 4: Fix some warnings. r=joe
2012-10-11 21:34:22 -04:00
Bobby Holley
147dfd5698
Bug 505385 - Part 2: Move notification dispatch into imgStatusTracker. r=joe
2012-10-11 21:34:22 -04:00
Bobby Holley
9248a7c43a
Bug 505385 - Part 1: Hoist proxy list into imgStatusTracker. r=joe
2012-10-11 21:34:22 -04:00
Bobby Holley
d0c2f1c51f
Bug 505385 - Part 0: Remove the last vestiges of manual animation reset within imagelib. r=joe
...
This stuff should now all be taken care of by the AnimationConsumers infrastructure.
2012-10-11 21:34:22 -04:00
Anthony Jones
244f691aaf
Bug 798802 - Fix layer uninitialised in nsHTMLCanvasElement::InvalidateCanvasContent(). r=mattwoodrow
2012-10-11 21:31:39 -04:00
Shih-Chiang Chien
3ed7588b55
Bug 797510 - Add QI for DOMFMRadioParent. r=jlebar.
2012-10-11 21:31:39 -04:00
Steven Lee
9be044e05a
Bug 796733 - Re-order the calling sequence of disable FM radio and change audio state. r=mwu
2012-10-11 21:31:39 -04:00
Gregory Szorc
fdb27c7386
Bug 800633 - Clean up references to code moved out of mozbuild; r=jhammel
...
DONTBUILD (NPOTB)
2012-10-11 17:13:18 -07:00
Olli Pettay
864fcf162c
Bug 798974, MutationObserver doesn't handle correctly empty document fragments, r=sicking
2012-10-12 02:01:40 +03:00
Olli Pettay
6e29014954
Bug 799299 - focus contention with two visible html content areas, r=masayuki
2012-10-12 01:43:42 +03:00
Ehsan Akhgari
42fb5d9e76
Bug 800669 - Remove use of nonexistent privateWindow property in search.xml. r=jdm
2012-10-11 18:35:00 -04:00
Jared Wein
224cde34d4
Bug 792503 followup, fix some code style issues and switch to for-of. r=dao
...
--HG--
extra : rebase_source : 0f0dbfccd50a1709c9b5643d89b53198aa0f5ade
2012-10-11 18:35:42 -07:00
Ms2ger
0b8c6fe6b1
Bug 799648 - Followup followup: Add the line back where it was meant to be; r=gps (NPOTB, DONTBUILD)
2012-10-11 22:00:37 +02:00
Ms2ger
f2f23df435
Bug 799648 - Followup: Remove a line accidentally left in; r=gps (NPOTB, DONTBUILD)
2012-10-11 21:47:11 +02:00
Jonathan Griffin
32595346ae
Bug 800102 - Make installing gecko on B2G emulator more reliable, r=ahal, DONTBUILD(NPOTB)
2012-10-11 12:07:34 -07:00
Ed Morley
45db2b0830
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-10-11 20:03:20 +01:00
Hubert Figuière
abfecd99d7
Bug 777185 - Hookup content process crash reporting. r=fabrice
...
--HG--
extra : rebase_source : fa1f24733b506994624ece032921125a2e2b1434
2012-10-11 16:18:00 +02:00
Ed Morley
9b9179d8dc
Backout 6e26bb277c64 (bug 799780), cb395ed2de20 (bug 799664), cd5679486c7b (bug 799526) for causing frequent failures in browser_bug400731.js
2012-10-11 15:00:05 +01:00
Ed Morley
ea651152aa
Backout b71e714d5957 (bug 795657) for burning
2012-10-11 14:54:14 +01:00
Ed Morley
59dd5f3931
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-10-11 14:46:06 +01:00