Граф коммитов

269393 Коммитов

Автор SHA1 Сообщение Дата
Vicamo Yang c06f833e18 Bug 738132 - Part 2: support 8-bit encoding. r=philikon 2012-04-23 20:43:32 -03:00
Vicamo Yang c46af03f5c Bug 738132 - Part 1: add GsmPDUHelper.readDataCodingScheme. r=philikon 2012-04-23 20:43:32 -03:00
Yoshi Huang 1f903e690d Bug 736941 - B2G RIL: Fetch SIM record. r=philikon a=b2g-only 2012-04-18 18:07:29 +08:00
Ehsan Akhgari c6be6bee8e Merge backout; a=me 2012-04-23 19:12:16 -04:00
Ehsan Akhgari 49140e6b27 Backout bug 743615 because of build bustage; a=backout 2012-04-23 19:11:46 -04:00
Ehsan Akhgari a70305e908 Merge mozilla-central into mozilla-inbound; a=merge 2012-04-23 19:07:14 -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 7376958de7 Merge mozilla-central into mozilla-inbound; a=merge 2012-04-23 18:55:55 -04:00
Bobby Holley 03fb5bb573 Bug 743615 - Tests. r=bent, a=blassey 2012-04-24 00:53:37 +02:00
Bobby Holley eeddacb83a Bug 743615 - Hook up worker ImageData to the structured clone stream. r=bent 2012-04-24 00:53:37 +02:00
Bobby Holley 263b4f7636 Bug 743615 - Introduce the ImageData object/constructor in workers. r=bent 2012-04-24 00:53:37 +02:00
Bobby Holley 1abd4e8962 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 81cc184435 Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent 2012-04-24 00:53:37 +02:00
Bobby Holley c6e4c028b6 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 189f7ce5b7 Bug 743615 - Add the JS_{Read,Write}StructuredClone api. r=jorendorff 2012-04-24 00:53:37 +02: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
Tim Abraldes 040e0843b9 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 045238e544 Bug 747816 - Add big-endian tags to OTS r77. r=jfkthame, a=npotb 2012-04-23 18:05:32 -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
David Rajchenbach-Teller a2158aa44d Bug 744698 - Force logging. r=gavin, a=test-only 2012-04-23 20:09:06 +02:00
Jeff Muizelaar bb3c40904f 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 d61dcbf03c Bug 746380 - Add sameDocument flag to location change. r=mfinkle a=blocking-fennec 2012-04-23 17:35:50 -04: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
Brian Nicholson 919b0dc5b1 Backout 4ab101096ab3 for breaking favicons. a=backout 2012-04-23 12:27:18 -04:00
Brian Nicholson 1ead312039 Bug 746380 - Set tab URL on document start. r=mfinkle a=blocking-fennec 2012-04-23 10:34:14 -04:00
Jeff Muizelaar a99a32ae57 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 bd3abd3e05 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 8fc8c27b05 Bug 746086: NPE crash on onApplicationPause(). [r=mfinkle] [a=blocking-fennec] 2012-04-23 13:58:14 -07:00
Jared Wein 3d8ee0d83a 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 b25142c58e 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 e395118233 Bug 747005: OSX XULRunner SDKs aren't getting named propertl. r=bsmedberg, a=lsblakk 2012-04-23 07:11:19 -07:00
Mounir Lamouri a121da351d 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 de1bd6655a Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge 2012-04-23 07:40:39 +01:00
Mike Hommey 9cc7654e5e Bug 747322 - Fix jemalloc mmap wrapper for s390x. r=jlebar,a=npotb 2012-04-23 08:31:55 +02:00
Phil Ringnalda 3e23b4c4c6 Merge m-c to m-i; a=merge 2012-04-22 17:57:20 -07:00
Serge Gautherie b67451d688 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 a6a703eabb 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 e658a30e40 Bug 747041. Fix resource:// path usage in browser. r=felipe a=desktop-only 2012-04-22 14:27:05 -07:00
Steven Lee d7038612fa Bug 736939 - AudioManager implementation. r=cjones, a=b2g-only 2012-04-22 14:14:36 -04:00
Steven Lee fce206dad7 Bug 736939 - Audio routing support. r=cjones, a=b2g-only 2012-04-22 14:09:22 -04:00
Margaret Leibovic bc60e80f10 Bug 741831 - Readonly text inputs can trigger form autocomplete popups. r+a=mfinkle 2012-04-22 09:58:29 -07:00