Commit Graph

245702 Commits

Author SHA1 Message Date
L. David Baron
4e3e6d8813 Fix css3-animations handling of properties that are not present in all keyframes to match WebKit and generally be more sensible. (Bug 649400) r=bzbarsky
This inverts the relationship between segments and properties in the
animation data structures:  now each property has a set of segments,
since the segments differ between properties.

Furthermore, we now handle inability to interpolate between values by
dropping the entire property rather than dropping a single segment.
2011-04-22 18:36:23 -07:00
L. David Baron
9536083ea6 Use saner index names in nsAnimationManager. (Bug 649400) r=bzbarsky 2011-04-22 18:36:23 -07:00
Daniel Holbert
c4368f8055 Bug 652050: Mark SVG language-detection tests as failing on android for now 2011-04-22 18:28:26 -07:00
Daniel Holbert
341643b41d Bug 652050: revert diagnostic 2 (remove temporary debugging printfs) 2011-04-22 18:28:11 -07:00
Daniel Holbert
5e31014564 Bug 652050 diagnostic 2 followup: use printf_stderr since android doesn't have printf. rs=dougt 2011-04-22 17:10:50 -07:00
Kyle Huey
f7b28e9a92 Bug 622840: Part 1 - Remove WINCE icon code. rs=joe 2011-04-22 20:06:31 -04:00
Kyle Huey
b4bdc7d485 Bug 652110: Make nsFileDataURI inherit directly from nsSimpleURI. r=sicking 2011-04-22 09:03:20 -04:00
Wes Johnston
facde0c632 Bug 649206 - Update scrollTo addons to take correct arguments. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
c2a0cdd8c6 Bug 652157 - Dont use dialog binding on internal dialogs. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
2dc78594bf Bug 651534 - Use click events in test rather than a timeout. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
6823870e4c Bug 650965 - Test for removed addons after a delay. r=mfinkle 2011-04-22 16:06:07 -07:00
Benjamin Stover
d2b50fbb72 Bug 651554 permaorange: browser_tapping.js | Fired a good double tap r=wesj 2011-04-22 16:09:05 -07:00
Justin Lebar
aa0b7411ef Bug 647273 - Remove nsIContentUtils and nsIContentUtils2. r=sicking
--HG--
extra : rebase_source : 8a99a1401b7d7427bed4a136e0b38c475f6473a2
2011-04-14 13:58:36 -07:00
Justin Lebar
6c6676367c Bug 647028 - Followup: Add comment. r=comment-only
--HG--
extra : rebase_source : ee50c484b7d7aa37345dc26ca749b39942cf7731
2011-04-22 17:10:17 -04:00
Daniel Holbert
19fa35fca8 Bug 652050 diagnostic 2: Temporarily add printfs to verify presumed cause of mobile permaorange. r=dougt 2011-04-22 14:08:54 -07:00
Brian Hackett
260c051d6d Fix bug 643839. r=brendan, a=clegnitto 2011-04-22 12:32:44 -07:00
Daniel Holbert
2abd683814 Bug 652050: revert diagnostic patch for android reftest permaorange (test-only) DONTBUILD 2011-04-22 11:44:29 -07:00
Benjamin Stover
85b3a12e07 Bug 650081 Fix ipc_channel_win.cpp WARNING about Connect called twice r=cjones 2011-04-22 10:55:46 -07:00
Ben Turner
6e5d6edb66 Bug 651980 - 'Intermittent dom/src/threads/test/test_chromeWorkerJSM.xul | Test timed out'. r=mrbkap. 2011-04-22 10:38:13 -07:00
Serge Gautherie
e07a78dad0 Bug 650699 - Sort out MSVC DLLs packaging in Debug builds; (Av1) In debug builds, don't warn nor package.
r=ted.mielczarek.
2011-04-22 19:33:36 +02:00
Daniel Holbert
5fa8e9094e Bug 652050: diagnostic patch for android reftest permaorange (test-only) 2011-04-22 09:37:36 -07:00
Mounir Lamouri
84203d9e11 Merge cedar with mozilla-central. 2011-04-22 15:25:11 +02:00
Mounir Lamouri
271f7bebc5 Bug 651079 - Use addLoadEvent instead of <body onload=""> in content/html/content/tests/. r=ehsa 2011-04-22 11:17:25 +02:00
Landry Breuil
7a68d9ddf2 Bug 651461 - Fix build failure in nsAudioStream.cpp due to conflicting types; r=roc 2011-04-22 10:38:42 +02:00
Ed Morley
dfc392e066 Bug 651622 - Remove WinCE code from browser/*; r=dolske 2011-04-22 10:38:41 +02:00
Timothy Nikkel
58cacf815b Bug 646799. Clip the contents of iframes to border-radius. r=roc 2011-04-22 10:38:38 +02:00
Ms2ger
cd69014034 Bug 619998 - Remove support for Document.strictErrorChecking; r=sicking 2011-04-22 10:38:37 +02:00
Ms2ger
4491925359 Bug 646184 - Crash [@ nsGlobalWindow::GetLocalStorage] getting localStorage from removed frame; r=bz 2011-04-22 10:38:33 +02:00
Mike Hommey
ce2f8b6028 Bug 638056 - Avoid "The cacheFlush support is missing on this platform" error on exotic platforms. r=cdleary 2011-04-22 10:33:08 +02:00
Mike Hommey
d1e2c6fe89 Bug 650263 - Filter by toolkit instead of by OS to decide whether to go into modules/plugin/test. r=ted 2011-04-22 10:31:59 +02:00
L. David Baron
dad5a358cd Add diagnostic for nested @-rules that are ignored. (Bug 652014) r=bzbarsky 2011-04-21 20:17:32 -07:00
L. David Baron
2eabd34794 Ensure nsRefreshDriver::MostRecentRefresh tells the truth even when we stop and restart timers. (Bug 650469) r=bzbarsky 2011-04-21 20:17:32 -07:00
L. David Baron
72447213b1 Remove parsing and storage code for CSS 2.0 aural properties. (Bug 649119) r=bzbarsky 2011-04-21 20:17:32 -07:00
L. David Baron
eac95bc5f3 Implement window.matchMedia for matching of media queries and notification of media query changes. (Bug 542058, patch 3) r=bzbarsky
This is specified at:
http://dev.w3.org/csswg/cssom-view/#extensions-to-the-window-interface
2011-04-21 20:17:31 -07:00
L. David Baron
a6378ab35a Allow null media query cache key in some places. (Bug 542058, patch 2) r=bzbarsky 2011-04-21 20:17:31 -07:00
L. David Baron
a9d5f524ee Remove null-checks of nsCSSParser, since construction is infallible. (Bug 542058, patch 1) r=bzbarsky
Note that many callers already skipped the null-checks.
2011-04-21 20:17:31 -07:00
L. David Baron
6242cc7dee Share code to compute timing functions. (Bug 651801, patch 2) r=bzbarsky 2011-04-21 20:17:30 -07:00
L. David Baron
c52e471a70 Share code to count the length of the transition/animation property array. (Bug 651801, patch 1) r=bzbarsky 2011-04-21 20:17:30 -07:00
Landry Breuil
1fa19bd7f2 Bug 651461 - Fix build failure in nsAudioStream.cpp due to conflicting types. r=roc 2011-04-22 01:16:48 +02:00
Timothy Nikkel
0b7ef49a81 Bug 646799. Clip the contents of iframes to border-radius. r=roc 2011-04-22 01:15:44 +02:00
Ed Morley
0f133018de Bug 651622 - Remove WinCE code from browser/* r=dolske 2011-04-22 01:14:59 +02:00
Dave Townsend
cd33ee624a Bug 644704: Stop using XUL persistence for saving the current view. r=Unfocused 2011-04-21 15:14:58 -07:00
Daniel Holbert
f6a8603b54 Bug 583608: add #ifdef guards around mac-only static functions in nsObjectFrame.cpp. r=josh 2011-04-21 14:52:26 -07:00
Daniel Holbert
c98ac8a3c6 Back out 0736b014d4a5 (Bug 610155) for breaking canvas reftests on android 2011-04-21 14:52:22 -07:00
Robert Strong
d42b25dc76 Bug 627892 - Remove (Safe Mode) string since it is no longer used. r=jmathies 2011-04-21 13:59:24 -07:00
Tim Taubert
abdbb5027a Bug 649307 - focused tab is opened after naming a group and pressing enter [f=raymond, r=ian] 2011-04-21 19:54:24 +02:00
Wes Johnston
fe14259317 Bug 651429 - Wait for panning to end in test. r=mfinkle 2011-04-21 10:51:47 -07:00
Mounir Lamouri
d5b22b24ca Bug 646854 - Let the user change the filter in the file picker when opening a file on MacOS X. r=joshmoz 2011-04-21 19:39:12 +02:00
David Zbarsky
a0b813679f Bug 610305: decom nsEventStateManager r=smaug 2011-04-21 19:35:52 +02:00
Mounir Lamouri
ff28c213db Merge cedar with mozilla-central. 2011-04-21 10:10:37 +02:00