Josh Matthews
41fef8988a
Bug 722942 - Obtain private browsing status from document of plugin owner, and watch private mode transitions on a per-instance basis. r=josh
2012-04-24 00:49:25 -04:00
Ehsan Akhgari
4e4e1bcb9b
Merge mozilla-central into birch
2012-04-24 10:49:42 -04:00
John O'Duinn
b2b9c79608
bug 746741: add makefile targets to encapsulate rebuild/repackage/install steps on android. r=ted, a=npotb
2012-04-24 10:45:47 -04:00
Ehsan Akhgari
deb698a6fa
Merge mozilla-inbound to mozilla-central based on a green PGO changeset with some green mobile specific patches pushed on top of it; a=merge
2012-04-24 10:39:25 -04:00
George Wright
e63e39e4b5
Bug 747274 - Add a pref (default to true on Android) to forcible use nearest pixel filtering for background drawing. r=jrmuizel,ajuma a=blassey
2012-04-24 10:28:46 -04:00
Bobby Holley
4a6146adee
Bug 743615 - Tests. r=bent, a=blassey
2012-04-24 12:58:18 +02:00
Bobby Holley
9aeabfb031
Bug 743615 - Hook up worker ImageData to the structured clone stream. r=bent
2012-04-24 12:58:08 +02:00
Bobby Holley
8bf021c05d
Bug 743615 - Introduce the ImageData object/constructor in workers. r=bent
2012-04-24 12:58:08 +02:00
Bobby Holley
c416d420fd
Bug 743615 - MainThreadWorkerStructuredCloneCallbacks should not call the WorkerStructuredCloneCallbacks variants. r=bent
...
Doing so makes no sense. It seems like a no-op right now because we handle all the same cases first. But it's a hazard, and a problem for my upcoming patches.
2012-04-24 12:58:07 +02:00
Bobby Holley
b495532ca4
Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent
2012-04-24 12:58:07 +02:00
Bobby Holley
c1fbbaa1d6
Bug 743615 - Base worker structured clone tags on the dom ones to ensure against collisions. r=bent
2012-04-24 12:58:07 +02:00
Bobby Holley
ecee851d11
Bug 743615 - Add the JS_{Read,Write}StructuredClone api. r=jorendorff
2012-04-24 12:58:07 +02:00
Aryeh Gregor
d925adeb43
Bug 480647 part 6 - Handle CSS in execCommand("fontSize"); r=ehsan
2012-04-24 13:57:49 +03:00
Aryeh Gregor
7be1137313
Bug 480647 part 5 - Reject invalid values from execCommand("fontSize"); r=ehsan
2012-04-24 13:57:46 +03:00
Aryeh Gregor
3764f99635
Bug 480647 part 4 - Clean up nsHTMLDocument::ConvertToMidasInternalCommandInner; r=ehsan
2012-04-24 13:57:23 +03:00
Aryeh Gregor
a99860d9da
Bug 480647 part 3 - Clean up nsHTMLCSSUtils::GenerateCSSDeclarationsFromHTMLStyle; r=ehsan
2012-04-24 13:57:23 +03:00
Aryeh Gregor
6bc478db8b
Bug 480647 part 2 - Move ParseLegacyFontSize to nsContentUtils so editor/ can use it; r=bz
2012-04-24 13:57:23 +03:00
Ed Morley
dcdf030a23
Merge from mozilla-central
2012-04-24 11:46:16 +01:00
Ed Morley
3766b3adc1
Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge
2012-04-24 11:14:56 +01:00
Matthew Schranz
9a181354aa
Bug 686913 - HTMLProgressElement should no longer be a form control. r=mounir a=mfinkle
2012-04-24 12:03:21 +02:00
Ed Morley
1f4169107a
Backout 37b4c6fd16ed, 190aa5af8398, 9924dff6dbe9, 502de391e55b, ea4c7f9fc725 & b43c36197d4f (bug 739679) for XUL Android bustage on a CLOSED TREE a=backout
2012-04-24 09:32:12 +01:00
Phil Ringnalda
7a37813249
Back out b1bf084429e8, ddd8619fdf56, 1ca7c95917fb (bug 737510) for Android XUL and crashtest bustage on a CLOSED TREE, a=bustage
2012-04-24 00:04:28 -07:00
Phil Ringnalda
22e4f98ded
Back out e13cfb0b7497 (bug 747816) on suspicion of causing Android reftest bustage on a CLOSED TREE, a=bustage
2012-04-23 23:24:11 -07:00
Aryeh Gregor
143bcd05b7
Bug 599983 part 2 - Don't emit or process _moz_dirty more than necessary; r=ehsan,bz
2012-04-24 09:06:11 +03:00
Aryeh Gregor
949e7e26d2
Bug 599983 part 1 - Clean up nsEditor::MarkNodeDirty; r=ehsan
2012-04-24 09:06:11 +03:00
Kartikaya Gupta
2c452c5e75
Bug 737510 - Compensate for rounding errors in displayport processing that result in not snapping to tiles properly. r=Cwiiis a=blocking-fennec
2012-04-23 23:54:11 -04:00
Kartikaya Gupta
9107a1b7ae
Bug 737510 - Expand the displayport to fill any partial tiles. r=Cwiiis
2012-04-23 23:53:44 -04:00
Kartikaya Gupta
7f17aea1b1
Bug 737510 - Print something useful when dumping an ImmutableViewportMetrics. r=Cwiiis
2012-04-23 23:52:58 -04:00
Benoit Girard
c4dac9ab62
Bug 739679 - Part 7: Enable tiling. r=pcwalton a=blocking-fennec
2012-04-23 23:22:25 -04:00
Benoit Girard
d61a9fdc57
Bug 739679 - Part 7: Enable tiling. r=pcwalton a=blocking-fennec
2012-04-23 23:22:25 -04:00
Serge Gautherie
5ffa364520
Bug 744663. (Cv1) Use 'test' pre instead of redundant 'log' pre, Improve on-screen logging. r=smaug.
...
(a=test-only)
2012-04-24 03:02:33 +02:00
Serge Gautherie
0d9ff0d427
Bug 744663. (Bv1) Inline finishWSTest(), Use executeSoon() between sub-tests, Improve message contents, Receive "end" messages too, Add an additional forcegc(), Nits. r=smaug.
...
(a=test-only)
2012-04-24 03:01:35 +02:00
Serge Gautherie
7e236c76ea
Bug 744663. (Av1) Improve documentation and logs, Nits. r=smaug.
...
(a=test-only)
2012-04-24 03:00:43 +02:00
Benoit Girard
0a221c25a9
Bug 739679 - Part 6: Fix unlocking gfxReusableSurface. r=pcwalton
2012-04-23 20:08:18 -04:00
Benoit Girard
6eeab25bef
Bug 739679 - Part 6: Fix unlocking gfxReusableSurface. r=pcwalton
2012-04-23 20:08:18 -04:00
Ehsan Akhgari
906c0d876d
Merge from mozilla-central
2012-04-23 19:24:10 -04:00
Ehsan Akhgari
f381eaef8f
Backout 190fc7cd65c6 (bug 747274) for breaking Android R1; a=bustage
2012-04-23 19:06:10 -04:00
Ehsan Akhgari
a700a65102
Merge the last green PGO changeset from mozilla-inbound into mozilla-central; a=merge
2012-04-23 18:53:10 -04:00
Ehsan Akhgari
7ec790e011
Merge from mozilla-central
2012-04-23 18:17:44 -04:00
Kyle Huey
d5e92f7f5c
Bug 747245: Fix a silly weak reference assertion. r=bent a=mfinkle
2012-04-23 14:14:10 -07:00
Kyle Huey
7e97274876
Bug 745681: Prepare the reftest harness for Bug 695480. r=dbaron a=test-only
2012-04-23 13:36:50 -07:00
Dão Gottwald
b0c91cce48
Bug 748027 - Make the identity box transparent in more cases. r=jaws a=desktop-only
2012-04-23 21:13:17 +02:00
Dão Gottwald
34b07b898a
Bug 747742 - The identity panel's arrow should point to the center of the identity icon. r=jaws
2012-04-23 21:12:47 +02:00
Sriram Ramasubramanian
632c90d274
Bug 739350: Resolution specific doorhanger resources. [r=mfinkle] [a=blocking-fennec]
2012-04-23 11:37:56 -07:00
Joe Drew
04af952550
Backout 492d12fa8b65 (bug 732016) for regressions. a=regression
...
--HG--
extra : rebase_source : cda0401baa2c3e5f6192f76c1cd25eca8187a9a0
2012-04-23 11:13:33 -07:00
Joe Drew
d5ef482443
Backout 83faa1da3db8 (bug 732016) for regressions. a=regression
...
--HG--
extra : rebase_source : 1c009c50f911458fab8bdc5661f91642509148de
2012-04-23 11:12:18 -07:00
Ed Morley
33d0fcc084
Merge mozilla-central to mozilla-inbound a=merge
2012-04-23 19:04:20 +01:00
Joe Drew
f2b7f300c1
Bug 744439 - Reset the checkerboard colour when we start loading a new page. r=kats a=blocker
...
--HG--
extra : rebase_source : ca294fc3dd36a0d0a299c8247aa72673e115d372
2012-04-23 10:29:14 -07:00
Joe Drew
ee9ff56dc6
Bug 745809 - Default to white for checkboard color. r=kats
...
--HG--
extra : rebase_source : a1b7f38fc97f0f0048df000aebc510cbff1b1801
2012-04-23 10:28:15 -07:00
Bas Schouten
19c747aae6
Bug 746588 - Invert the gfxPattern matrix when using DrawTargets. r=jrmuizel a=akeybl
2012-04-23 13:30:46 -04:00