Commit Graph

86832 Commits

Author SHA1 Message Date
Benoit Girard
d6be33551c Change tilesize to 256x256 for progressive upload and adreno POT uploads 2012-02-14 13:19:46 -05:00
Benoit Girard
9a725569b5 Remove adreno fix, it only makes the crash less likely 2012-02-14 13:16:18 -05:00
Mark Banner
643f583fa4 Bug 727081 - Fix for clang error 'use of undeclared identifier EnumerateEntries'. r=nfroyd 2012-02-14 12:57:31 -05:00
Panos Astithas
4c580efa44 Bug 726609 - Intermittent browser_dbg_select-line.js | The correct line is selected. - Got 0, expected 5; r=msucan 2012-02-15 16:12:27 +02:00
Mark Banner
92e2324946 Bug 722262 Fix ordering for extra app libs in dependentlibs.list. r=khuey
--- Port |Bug 552864 - Throw away wrapper shell script on unix and lazily load libxul| to SeaMonkey
2012-02-14 11:50:00 -05:00
Benoit Girard
742c45674a Remove werror, still getting error with javac 1.6.0_29 2012-02-14 10:54:47 -05:00
Marco Bonardo
ead310cb44 Merge last green PGO from inbound to central 2012-02-14 11:16:13 +01:00
Patrick Walton
0a26b4f1af Don't render while pinching. Reduces jank and makes zooming easier to debug. 2012-02-13 22:48:00 -08:00
Patrick Walton
56de51a1ef Scale the displayport by the zoom factor 2012-02-13 22:32:31 -08:00
Patrick Walton
1b46184a8f Fix scissor rect and use the Java compositor's cached viewport metrics when drawing decorations 2012-02-13 20:20:38 -08:00
Margaret Leibovic
f2d5ea5612 Bug 725660 - "about:blank" briefly appears in the urlbar when openings links from external apps. r=mfinkle 2012-02-13 17:39:17 -08:00
Blair McBride
e8a554ea69 Bug 725058 - Get Add-ons pane incorrectly references nsIWebProgressListener.STATE_IS_TRANSFERRING. r=dtownsend 2012-02-15 15:07:30 +13:00
Blair McBride
260d199edb Bug 714841 - With 30 lightweight themes installed, Add-ons Manager appearance pane is slow to load. r=dtownsend 2012-02-15 15:07:30 +13:00
Blair McBride
7adab55265 Bug 718630 - Add-ons with compatibility override are displayed as enabled and incompatible if skipping compatibility check after upgrade. r=dtownsend 2012-02-15 15:07:29 +13:00
Matt Brubeck
b44f7ce07e Bug 719684 - Show an error message when add-on download is blocked or cancelled [r=mfinkle] 2012-02-13 16:56:03 -08:00
Masayuki Nakano
1dc6da3333 Bug 625151 Reset accesskey state at blur and alt keydown r=enn 2012-02-14 09:56:03 +09:00
Sriram Ramasubramanian
7b1a6b9cfd Bug 706819: Show tabs-tray faster. [r=mfinkle] 2012-02-13 16:54:36 -08:00
Sriram Ramasubramanian
0db20c4e7f Bug 718268: Closing tab should not shift the list. [r=mfinkle] 2012-02-13 16:50:09 -08:00
Jared Wein
b84ff4aa7e Bug 725122 - Fix the intermittent timeouts by only setting the src attribute of the <audio> element after the event listener has been added. r=neil 2012-02-13 16:48:44 -08:00
Brian Smith
6224f9906a Bug 710176, Part 3: Abort the connection during send or recv when we time out assuming TLS intolerance, r=kaie 2012-02-13 16:18:48 -08:00
Brian Smith
58b944227e Bug 713934: Update SetCertVerificationResult to use SSL_AuthCertificateComplete, r=honzab 2012-02-13 16:18:28 -08:00
Brian Smith
bb2df8856c Bug 713936, Part 2: Remove local patches that were incorporated into NSS 3.13.2, r=kaie 2012-02-13 16:18:20 -08:00
Brian Smith
eae1a80308 Bug 713936, Part 1: Update to NSS 3.13.2 RC0, r=kaie 2012-02-13 16:17:25 -08:00
Alexander Surkov
aa22b80ea0 Bug 725644 - add new nsIAccessibleHideEvent interface, r=tbsaunde 2012-02-14 09:02:41 +09:00
Kyle Huey
914205a696 Bug 726241: XHR should not double AddFeature itself. r=bent 2012-02-13 14:47:14 -08:00
Kartikaya Gupta
bc50d262d3 Stop XUL fennec from crashing on startup 2012-02-13 16:57:57 -05:00
Kartikaya Gupta
678c1602f3 Guard against OOMing in GeckoGLLayerClient.getBitmap like we were doing in GeckoSoftwareLayerClient 2012-02-13 18:15:27 -05:00
Patrick Walton
5081278876 Integrate the Java compositor. Scroll bars now appear. 2012-02-13 14:52:30 -08:00
Patrick Walton
ec85569a69 Expose ActivateProgram() and DeactivateProgram() to widget 2012-02-13 13:55:10 -08:00
Kartikaya Gupta
4cb6d472a6 Reduce diff against m-c; remove unrelated change in AboutHomeContent 2012-02-13 17:43:08 -05:00
Benoit Girard
5ec8cb5563 Make OMTC changes not effect desktop 2012-02-13 17:17:12 -05:00
Kartikaya Gupta
742823221f Reduce diff against m-c; turn -Werror back on 2012-02-13 17:20:08 -05:00
Aryeh Gregor
cd491d4c50 Bug 721136 - transform property serialization doesn't normalize case; r=dbaron 2012-02-13 16:23:15 -05:00
Dão Gottwald
7b7122021a no bug, whitespace fix 2012-02-15 23:28:02 +01:00
Jeff Walden
843adc24ef Convert the last remaining direct JS_Assert users to MOZ_Assert, followup to bug 717540 that seems to have been missed in my initial review. Also switch the JS_ASSERT uses to MOZ_ASSERT in passing. r=trivial
--HG--
extra : rebase_source : 70746d934b529c3e28d83dc2aced690ba92044db
2012-02-14 16:16:14 -08:00
Patrick McManus
c95427f2a0 bug 447866 pre patch 0 - pipeline and spdy mix r=honzab 2012-02-15 16:41:18 -05:00
Kyle Machulis
326642dc74 Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent 2012-02-15 13:37:13 -08:00
Kyle Machulis
1e21da06e6 Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent 2012-02-14 17:51:52 -08:00
Patrick Walton
9e0e8cfe4a Split out Java compositor shader program activation and deactivation into separate functions 2012-02-13 12:27:09 -08:00
Jan Bambach
af0ee83b39 Bug 707736 - Hide the cursor when it's motionless over a fullscreen video. r=dolske 2012-02-13 11:14:00 -08:00
Diogo Golovanevsky Monteiro
817e9ea903 Bug 714071 - The Show Statistics setting is not preserved when toggling the full screen mode. r=neil 2012-02-13 11:07:07 -08:00
Tim Taubert
5319e90450 merge m-c to fx-team 2012-02-13 10:44:02 +01:00
Andreas Gal
b74045ec25 Follow-up fix for bug 726529 2012-02-12 23:26:25 -08:00
Andreas Gal
50bfedcc45 Bug 726529 - remove app cache refresh handling from b2g chrome code (r=me, npotb) 2012-02-12 23:22:09 -08:00
Andreas Gal
16633e6faa Bug 726528 - remove unnecessary webapi emulation from b2g chrome code (r=me, npotb) 2012-02-12 23:14:02 -08:00
Ali Juma
68ad1b725b Enable zooming. 2012-02-12 15:06:34 -05:00
Olli Pettay
fdd7096041 Bug 726343 - Improve DOMEventTargetHelper CC logging, add missing #include r=tree_is_burning 2012-02-12 15:33:51 +02:00
Olli Pettay
7230c07c33 Bug 726343 - Improve DOMEventTargetHelper CC logging, r=mccr8 2012-02-12 15:09:18 +02:00
Chris Jones
11f07903e1 Bug 721711: Enable DOM full-screen API for b2g. r=gal (npotb) 2012-02-12 00:08:58 -08:00
Ed Morley
bad85c1506 Merge mozilla-central to mozilla-inbound 2012-02-11 13:01:34 +00:00