Commit Graph

91864 Commits

Author SHA1 Message Date
Ehsan Akhgari
edae1c386e Merge backout; a=me 2012-04-23 19:12:16 -04:00
Ehsan Akhgari
c2440657dc Backout bug 743615 because of build bustage; a=backout 2012-04-23 19:11:46 -04:00
Ehsan Akhgari
b13c1b3654 Merge mozilla-central into mozilla-inbound; a=merge 2012-04-23 19:07:14 -04:00
Ehsan Akhgari
bbd5739974 Backout 190fc7cd65c6 (bug 747274) for breaking Android R1; a=bustage 2012-04-23 19:06:10 -04:00
Ehsan Akhgari
3ba84bcca8 Merge mozilla-central into mozilla-inbound; a=merge 2012-04-23 18:55:55 -04:00
Bobby Holley
6e2d61c23f Bug 743615 - Tests. r=bent, a=blassey 2012-04-24 00:53:37 +02:00
Bobby Holley
5abdd3ee34 Bug 743615 - Hook up worker ImageData to the structured clone stream. r=bent 2012-04-24 00:53:37 +02:00
Bobby Holley
327361c234 Bug 743615 - Introduce the ImageData object/constructor in workers. r=bent 2012-04-24 00:53:37 +02:00
Bobby Holley
80e923fcd6 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 00:53:37 +02:00
Bobby Holley
c3dfe8d9b7 Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent 2012-04-24 00:53:37 +02:00
Bobby Holley
058760d124 Bug 743615 - Base worker structured clone tags on the dom ones to ensure against collisions. r=bent 2012-04-24 00:53:37 +02:00
Bobby Holley
92fb07b41b Bug 743615 - Add the JS_{Read,Write}StructuredClone api. r=jorendorff 2012-04-24 00:53:37 +02:00
Ehsan Akhgari
69966f4353 Merge the last green PGO changeset from mozilla-inbound into mozilla-central; a=merge 2012-04-23 18:53:10 -04:00
Tim Abraldes
62fd9e9142 bug 747409. Use a unique-per-webapp value for the "name" of the nsXREAppData struct. This way, webapps will not get confused about whether existing webapp windows are their windows. r=myk. a=desktop-only 2012-04-23 18:18:14 -04:00
Cameron Kaiser
f0fd7718f4 Bug 747816 - Add big-endian tags to OTS r77. r=jfkthame, a=npotb 2012-04-23 18:05:32 -04:00
Kyle Huey
544801113f Bug 747245: Fix a silly weak reference assertion. r=bent a=mfinkle 2012-04-23 14:14:10 -07:00
Kyle Huey
569fa9dcee 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
adad6bf7e4 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
45f8ebd8a2 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
4eeec71294 Bug 739350: Resolution specific doorhanger resources. [r=mfinkle] [a=blocking-fennec] 2012-04-23 11:37:56 -07:00
Joe Drew
3019e4b61c Backout 492d12fa8b65 (bug 732016) for regressions. a=regression
--HG--
extra : rebase_source : cda0401baa2c3e5f6192f76c1cd25eca8187a9a0
2012-04-23 11:13:33 -07:00
Joe Drew
39ab97d3a8 Backout 83faa1da3db8 (bug 732016) for regressions. a=regression
--HG--
extra : rebase_source : 1c009c50f911458fab8bdc5661f91642509148de
2012-04-23 11:12:18 -07:00
David Rajchenbach-Teller
f24a9dc964 Bug 744698 - Force logging. r=gavin, a=test-only 2012-04-23 20:09:06 +02:00
Jeff Muizelaar
4cb3bbcc36 Bug 745818. Fix crashtest bustage. a=bustage
Disable the test added in 3b31c3121e98 as it still crashes
in lots of places.

--HG--
extra : rebase_source : 31274e7ac05dae017615a18f1601c219b4f0b4a9
2012-04-23 17:55:56 -04:00
Brian Nicholson
e38dc2bae6 Bug 746380 - Add sameDocument flag to location change. r=mfinkle a=blocking-fennec 2012-04-23 17:35:50 -04:00
Ed Morley
53e8a77d4b Merge mozilla-central to mozilla-inbound a=merge 2012-04-23 19:04:20 +01:00
Joe Drew
00a38cd8a9 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
f4582050e7 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
3c8520eec0 Bug 746588 - Invert the gfxPattern matrix when using DrawTargets. r=jrmuizel a=akeybl 2012-04-23 13:30:46 -04:00
Brian Nicholson
87b01dc940 Backout 4ab101096ab3 for breaking favicons. a=backout 2012-04-23 12:27:18 -04:00
Brian Nicholson
f98e6aec3b Bug 746380 - Set tab URL on document start. r=mfinkle a=blocking-fennec 2012-04-23 10:34:14 -04:00
Jeff Muizelaar
d2356ee6d6 Bug 743499. Handle negative sizes in CG backend. r=bas, a=akeybl
I didn't realize Sizes could be negative when originally writing this code.
2012-04-23 17:09:57 -04:00
Jeff Muizelaar
11ae79aaf3 Bug 745818. Ignore invalid cairo surfaces. r=bas, a=blassey
With bug 686453, we're not really supposed to get NULL surfaces
anymore. Instead we get Invalid ones that we should still ignore.

--HG--
extra : rebase_source : eee8213c897c01508815a810436d1e04e133f752
2012-04-23 17:03:36 -04:00
Sriram Ramasubramanian
ac12f9bd6f Bug 746086: NPE crash on onApplicationPause(). [r=mfinkle] [a=blocking-fennec] 2012-04-23 13:58:14 -07:00
Jared Wein
ea9e9f58ae Bug 748037 - Identity doorhangers should anchor off of the identity icon. r=dao a=desktop-only 2012-04-23 15:35:35 -04:00
Asaf Romano
9a571df82c Bug 745508 - Remove unused "From an HTML File" mode from the migration wizard. r=mak. a=desktop-only 2012-04-23 15:31:16 -04:00
Dave Townsend
569e91eff0 Bug 747005: OSX XULRunner SDKs aren't getting named propertl. r=bsmedberg, a=lsblakk 2012-04-23 07:11:19 -07:00
Mounir Lamouri
ae8e154049 Bug 747442 - Unlock orientation only if the received mozfullscreenchange is for fullscreen being disabled. r=smaug a=mfinkle 2012-04-23 10:30:58 +02:00
Ed Morley
2e037562c6 Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge 2012-04-23 07:40:39 +01:00
Mike Hommey
aa1c5d1143 Bug 747322 - Fix jemalloc mmap wrapper for s390x. r=jlebar,a=npotb 2012-04-23 08:31:55 +02:00
Phil Ringnalda
afe3f46366 Merge m-c to m-i; a=merge 2012-04-22 17:57:20 -07:00
Serge Gautherie
eb05465ea4 Bug 747668. (Bv1) Port |Bug 418712 - nsIAutoCompleteInput should fire an event when a search begins| to SeaMonkey. r=neil.
DONTBUILD (a=npotb).
2012-04-23 01:28:55 +02:00
Felipe Gomes
a249f19b64 Bug 747601. Only create Info.plist file after webapp icon has been downloaded. r=mstange a=desktop-only.
OSX caches the application info when Info.plist is created and if the icon has not yet been embedded in the .app package, Finder might indefinitely cache a no-icon app
2012-04-22 14:30:03 -07:00
Takanori MATSUURA
92514698fa Bug 747041. Fix resource:// path usage in browser. r=felipe a=desktop-only 2012-04-22 14:27:05 -07:00
Steven Lee
911c802625 Bug 736939 - AudioManager implementation. r=cjones, a=b2g-only 2012-04-22 14:14:36 -04:00
Steven Lee
aac1e868e2 Bug 736939 - Audio routing support. r=cjones, a=b2g-only 2012-04-22 14:09:22 -04:00
Margaret Leibovic
68e38feff8 Bug 741831 - Readonly text inputs can trigger form autocomplete popups. r+a=mfinkle 2012-04-22 09:58:29 -07:00
Margaret Leibovic
52bc78fc4a Bug 747181 - Profile migration migrates tag folders. r=rnewman a=blocking-fennec-beta 2012-04-22 09:58:25 -07:00
Phil Ringnalda
90594611d5 Merge m-c to m-i, a=merge 2012-04-22 00:20:38 -07:00
Phil Ringnalda
76d1d026bf Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge 2012-04-21 23:21:24 -07:00