Commit Graph

101323 Commits

Author SHA1 Message Date
Tal Aloni
b2c4ba86ad Bug 778413 - Fix table cell automatic width calculation when using box-sizing:border-box. r=dbaron 2012-08-03 09:05:01 +02:00
Etienne Segonzac
2f8dcd07c5 Bug 775638 - Set dom.send_after_paint_to_content to true in the gaia profile to ease compatibility when testing in nightly. r=vingtetun 2012-08-04 11:28:35 -04:00
Andrew McCreight
894b032a95 Bug 752764 - Nuke wrapped reflector during transplant. r=bholley 2012-08-04 08:15:04 -07:00
David Zbarsky
c52354cb86 Bug 780340 - Allow compositor-driven animations of visibility r=mattwoodrow 2012-08-04 07:03:47 -07:00
Ms2ger
434ae84f40 Back out bug 772679 for crashes. 2012-08-04 15:10:45 +02:00
Robert O'Callahan
6d930fb447 Bug 772679. Mark test as passing on Mac. 2012-08-05 00:27:07 +12:00
Robert O'Callahan
e97ba9d607 Bug 772679. Testcase. 2012-08-05 00:26:58 +12:00
Robert O'Callahan
e165f64efd Bug 772679. RestrictToLayerPixels needs to accurately convert between appunits scroll offsets and ThebesLayer pixel coordinates. r=tnikkel
Change GetThebesLayerResolutionForFrame to GetThebesLayerScaleForFrame,
which just returns a scale. Ensure that the scale is as accurate as possible
even if dedicated layers for scrolled content (or any layers at all) have not
been created yet, by taking into account transforms that have not yet
generated layers. This makes the decisions made by
nsGfxScrollFrameInner::ScrollToImpl independent of whether there is
currently an active layer for the scrolled content (or much more nearly so).
In nsGfxScrollFrameInner::ScrollToImpl, do not use the current internal
fractional offset of the ThebesLayer, which is in a mostly unrelated
coordinate space to our scroll positions. Instead, just try to make sure
that the previous and next scroll position differ by a whole number of
layer pixels.
2012-08-05 00:26:38 +12:00
Ms2ger
2529739530 Merge m-c to m-i. 2012-08-04 13:02:15 +02:00
Ed Morley
2ad4635648 Backout fce1836888b4 (bug 778608) for failures in browser_webconsole_bug_595934_message_categories.js on a CLOSED TREE 2012-08-04 09:53:30 +01:00
Mike Hommey
4e998b1d36 Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE 2012-08-04 10:38:41 +02:00
Cameron McCormack
6445993a90 Bug 780337 - CSSSupportsRule serialization test fixup. r=burning 2012-08-04 18:08:39 +10:00
Cameron McCormack
b2484ca0f4 Bug 778600 - Indent closing brace when listing GroupRules. r=dbaron 2012-08-04 17:07:03 +10:00
Cameron McCormack
1b89c788a4 Bug 780337 - @supports rule should not parse if property value is empty. r=dbaron 2012-08-04 17:07:03 +10:00
Mike Hommey
0eae37769a Bug 780159 - Remove obsolete REGCHROME. r=ted 2012-08-04 08:55:00 +02:00
Mike Hommey
ec0c9fcdad Bug 778740 - Allow to use Linux kernel headers for perf events. r=khuey 2012-08-04 08:55:00 +02:00
Mike Hommey
2ac07ed613 Bug 778259 - Fix fallback relpath implementation for python 2.5- in manifestparser.py. r=jhammel 2012-08-04 08:54:59 +02:00
Mike Hommey
0222bfe189 Bug 776561 - Avoid OS_LIBS containing -lrt when there is no config.cache. r=khuey 2012-08-04 08:54:59 +02:00
Mike Hommey
17fb6cad2d Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 08:48:56 +02:00
Mike Hommey
d004e4731d Bug 774032 part 7 - Remove make-makefile and acoutput-fast.pl. r=ted 2012-08-04 08:47:28 +02:00
Mike Hommey
98cf7cdf43 Bug 774032 part 6 - Replace autoconf handling of config files and headers with our own. r=ted 2012-08-04 08:47:28 +02:00
Mike Hommey
a58572aecc Bug 774032 part 5 - Use explicit _NON_GLOBAL_ACDEFINES, and rely less on pattern matching. r=ted 2012-08-04 08:47:28 +02:00
Mike Hommey
e4a7a0ec95 Bug 774032 part 4 - Add check-sync-dirs exception for *.pyc under build/. r=ted 2012-08-04 08:47:28 +02:00
Mike Hommey
0b792a937e Bug 774032 part 3 - Remove variables with no AC_SUBST in autoconf.mk.in. r=ted 2012-08-04 08:47:28 +02:00
Mike Hommey
67045cf5c5 Bug 774032 part 2 - Allow to disable markers in Preprocessor.py. r=ted 2012-08-04 08:47:28 +02:00
Mike Hommey
afb4432cd9 Bug 774032 part 1 - Avoid Preprocessor.py replacing undefined variables with the attemptSubstitution filter. r=ted 2012-08-04 08:47:28 +02:00
Mike Hommey
252ec55f0a Bug 776968 - Avoid modifying autoconf.mk after running nspr configure. r=ted 2012-08-04 08:47:27 +02:00
Andres Hernandez
ece5ac35a6 Bug 621564. Use Map in nsContentPrefService's cache. r=felipe 2012-08-03 09:43:08 -06:00
Felipe Gomes
35b79a490e Bug 775803. Move WebappsInstaller to toolkit. r=glandium
--HG--
rename : browser/modules/WebappsIconHelpers.js => toolkit/webapps/WebappsIconHelpers.js
rename : browser/modules/WebappsInstaller.jsm => toolkit/webapps/WebappsInstaller.jsm
2012-08-03 20:40:30 -07:00
Benjamin Peterson
99d3c15c8b backout 6609595c84eb for leaking mutex 2012-08-03 20:32:57 -07:00
Chris Jones
d7f6abdbe8 Bug 780346: Add a sample label to refresh driver. irl-r=mattwoodrow 2012-08-03 20:23:24 -07:00
David Zbarsky
e4101ad4dc Bug 779385 - Help CSS authors diagnose why animations aren't async r=cjones 2012-08-02 23:32:13 -07:00
Ben Turner
51792b2d7b Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv.
--HG--
extra : transplant_source : %90%87%047%07BA%97%E0%F1n%1DY%08D%7C%E39%20%0F
2012-08-02 23:25:30 -07:00
Richard Newman
818479eb97 Bug 774300 - Clean up mistakenly added test file. r=oops 2012-08-02 22:06:25 -07:00
Richard Newman
c6b65ec1ef Bug 774300 - Sync authentication errors if passwords contain non-ASCII characters. r=nalexander
* * *
Bug 774300 - Fix omission. r=me
2012-08-02 22:00:43 -07:00
Nick Alexander
a4b6211961 Bug 741960 - Fuzz backoff times up to 25% more to avoid client lock-stepping. r=rnewman 2012-08-02 22:00:43 -07:00
Ben Turner
7f1e8a99aa Backed out changeset 46653198caac 2012-08-02 21:53:03 -07:00
Ryan VanderMeulen
9b1c22984d Merge the last PGO-green inbound changeset to m-c. 2012-08-02 22:00:53 -04:00
Blake Kaplan
73c96fa757 Bug 779886 - wifiMangager.connectionInformation throws when we're not connected. r=bent DONTBUILD 2012-08-02 15:36:23 -07:00
Kai Engert
1de70afc1f Bug 778845 - Must upgrade Aurora 16 to NSPR 4.9.2 final, r=wtc 2012-08-02 23:04:47 +02:00
Benoit Jacob
fbfa001734 Bug 779580 - Blacklist WebGL MSAA on Intel driver on Mesa 8.1, as it was lying about GL_MAX_SAMPLES - r=jgilbert 2012-08-02 17:28:02 -04:00
Benoit Jacob
f391d5b89f Bug 617453 - lose the least-recently-used WebGL context when a certain limit is exceeded - r=vladv
The current limits are:

#ifdef MOZ_GFX_OPTIMIZE_MOBILE
    // some mobile devices can't have more than 8 GL contexts overall
    const size_t kMaxWebGLContextsPerPrincipal = 2;
    const size_t kMaxWebGLContexts             = 4;
#else
    const size_t kMaxWebGLContextsPerPrincipal = 8;
    const size_t kMaxWebGLContexts             = 16;
#endif
2012-08-02 17:28:02 -04:00
Benoit Jacob
bb0ac80d76 Bug 749678 - re-add missing MakeCurrent call in certain WebGL uniform setters - r=jgilbert 2012-08-02 17:28:02 -04:00
Ryan VanderMeulen
e5214fe562 Merge again. 2012-08-02 17:20:44 -04:00
Andrew Halberstadt
bb69d3e098 Bug 778133 - Update mozbase in m-c for bug 776931. r=jhammel 2012-08-02 17:17:34 -04:00
Masatoshi Kimura
4c9e3bc986 Bug 773919 - Cut query string before resolving URI. r=sicking 2012-08-02 17:17:34 -04:00
Ryan VanderMeulen
ed3cd212bb Merge m-c to inbound. 2012-08-02 17:17:28 -04:00
Margaret Leibovic
2ba8576350 Bug 779007 - Don't make about: pages privileged if they don't need to be. r=mfinkle 2012-08-02 14:16:54 -07:00
Margaret Leibovic
2a47eda55f Bug 778940 - Clean up our session history logic in Tab. r=mfinkle 2012-08-02 14:15:17 -07:00
Benjamin Peterson
2732a3fe07 Bug 779865 - Make CompileOptions public. r=jimb 2012-08-02 14:07:31 -07:00