Commit Graph

220853 Commits

Author SHA1 Message Date
Philip Chee
6afad7e984 Bug 542950 [SeaMonkey trunk] mochitest-browser-chrome: new test fails with "browser_bug511456.js:99 - TypeError: win2 is undefined", browser_bug537449.js fails too. r=dtownsend 2010-06-09 11:57:53 +08:00
Boris Zbarsky
9c0d6be952 Bug 570866. De-bogify the assertion. 2010-06-08 23:36:17 -04:00
Josh Aas
fad57cbfe8 Improve nsNPAPIPluginInstance's stream management. r=jst 2010-06-08 23:28:40 -04:00
L. David Baron
5b0dfeed0f Fix alphabetization of renamed properties in property_database.js. (Bug 549809) 2010-06-08 18:44:33 -07:00
L. David Baron
534169bd6e Rename -moz-background-size to background-size. (Bug 549809) r=roc 2010-06-08 18:44:33 -07:00
L. David Baron
7a021d9262 Support for background-clip and background-origin in the background shorthand. (Bug 549809) r=roc 2010-06-08 18:44:33 -07:00
L. David Baron
1118f60946 Rename properties and values of background-clip and background-origin to match css3-background. (Bug 549809) r=roc 2010-06-08 18:44:33 -07:00
L. David Baron
db7a6cb346 Remove comments referencing no-longer-existing no-clip value for background-clip. (Bug 549809) 2010-06-08 18:44:32 -07:00
L. David Baron
13edc8e9a6 Add -moz-background-clip: content. (Bug 549809) r=roc 2010-06-08 18:44:32 -07:00
L. David Baron
03b631feee Add shortcuts for common widget conditions. (Bug 570329) r=roc 2010-06-08 18:44:32 -07:00
L. David Baron
e878ea8f11 Move construction of reftest condition sandbox into its own function. (Bug 570329) r=roc 2010-06-08 18:44:32 -07:00
L. David Baron
22edfc1a71 Allow mochitests that don't require chrome privileges to run in a normal profile. (Bug 570328) r=jwalden 2010-06-08 18:44:31 -07:00
L. David Baron
9cf437bd26 Show value information for passing mochitests too. (Bug 570327) r=ted 2010-06-08 18:44:31 -07:00
L. David Baron
48ff3035cf Make mochitest print the amount of time each test takes. (Bug 482162) r=ted 2010-06-08 18:44:31 -07:00
Jesse Ruderman
aedb18a96b Add a bunch of crashtests 2010-06-08 17:53:08 -07:00
Smokey Ardisson
f0a556611b Bug 553138 - Restore Camino Initial Developers to about:license, and add missing Camino-related license changes. r=gerv 2010-06-08 20:41:43 -04:00
John Daggett
a771fdd41d Bug 504698. Force Cleartype rendering of content on XP based on pref (follow-on). r=jkew 2010-06-09 09:33:13 +09:00
Dan Witte
8adc0c8eec Bug 568059 - Remove navigator.preference. r=sicking, sr=jst 2010-06-08 16:43:55 -07:00
Dan Witte
7c610ca8ac Bug 564048 - Nix security checks in nsPrefBranch. r=sicking, sr=jst 2010-06-08 16:43:54 -07:00
Dan Witte
19f4647f0d Bug 570630 - Change default to allow third party session cookies. r=sdwilsh 2010-06-08 16:43:54 -07:00
Chris Pearce
eace149532 Bug 566247 - Add libvpx, VP8 decoding library for WebM. r=ted 2010-06-09 11:31:28 +12:00
Chris Pearce
129616ff62 Bug 566247 - WebM build system changes. r=ted 2010-06-09 11:31:27 +12:00
Chris Double
ededc0e627 Bug 566245 - Add WebM test file for content/media tests. r=kinetik 2010-06-09 11:31:27 +12:00
Chris Double
33d1e85788 Bug 566245 - WebM/VP8 decoder backend. r=kinetik 2010-06-09 11:31:27 +12:00
Chris Double
42bf8162f5 Bug 566245 - HTMLMediaElement.canPlayType support for WebM. r=roc 2010-06-09 11:31:27 +12:00
Matthew Gregan
f3045189b2 Bug 566246 - Import libnestegg WebM demuxer. r=doublec 2010-05-25 16:40:08 +12:00
Jonas Sicking
7b1e51be23 Bug 570258: Some more atom usage cleanup. r=jst 2010-06-08 16:25:27 -07:00
Jeff Hammel
c427400251 Bug 516984 Add Mozmill tests to buildbot, fix to ensure python environment copied properly. r=ted 2010-06-08 16:17:21 -07:00
Clint Talbert
376f4e3ef6 Bustage fix for mass mozmill checkin from bug 516984, spurious mac binary files got uploaded that break rebasing. This removes them. r=jhammel 2010-06-08 16:17:20 -07:00
Josh Aas
9f7736e493 Simplify nsCommandLineServiceMac, make it easier to understand and faster. Remove unused code. b=542936 r=mstange r=bsmedberg 2010-06-08 18:26:12 -04:00
Vladimir Vukicevic
39732698ea b=570538; [webgl] fix up buffer validation with interleaved data; r=bjacob 2010-06-08 15:14:43 -07:00
Vladimir Vukicevic
6897f88628 [webgl] test suite additions; npotb 2010-06-08 15:14:39 -07:00
Benoit Jacob
dcf3d6aa92 # User Benoit Jacob <bjacob@mozilla.com>
b=569976; Make GetUniformLocation preserve equality, and invalidate uniform locations on relinking of program; r=vladimir
2010-06-08 17:25:27 -04:00
Boris Zbarsky
562a1c1653 Bug 568564 followup. Use an empty filename, not a null one. r=jst 2010-06-08 17:16:26 -04:00
Timothy Nikkel
23c55906a0 Merge back out changeset 2f539cc84d97 (bug 569425) because this may hide real a11y issues. 2010-06-08 15:43:05 -05:00
Timothy Nikkel
5258530910 Backed out changeset 2f539cc84d97 (bug 569425) because this may hide real a11y issues. 2010-06-08 15:42:40 -05:00
Boris Zbarsky
dd39694da0 Add assertions that would catch bug 558943 earlier. r=dbaron 2010-06-08 15:58:26 -04:00
Boris Zbarsky
6fc99eb310 Bug 558943. Pass the right value for aIsLink from ReparentStyleContext. r=dbaron 2010-06-08 15:58:26 -04:00
Boris Zbarsky
b59073dc8f Bug 568564. Suppress the script filename for cross-origin onerror events. r=jst 2010-06-08 15:58:26 -04:00
Boris Zbarsky
ac6b069a25 Bug 564569. Speed up the cache-hit case of getElementsBy(Class)Name. r=jst 2010-06-08 15:58:26 -04:00
Timothy Nikkel
69e3ed9819 Bug 450450. Add some more debugging output to try to diagnose random orange. 2010-06-08 14:18:30 -05:00
Timothy Nikkel
61d5e1223f Bug 570467. For the clip region of drag feedback, if we were given an null clip region don't pass an empty clip region, pass null. r=mats 2010-06-08 14:18:10 -05:00
Timothy Nikkel
445c93771d Bug 569425. Use a synthesized mouse move to force image maps in these tests to setup because there is currently no non-hacky way to do that. r=dbaron 2010-06-08 14:18:04 -05:00
Timothy Nikkel
96304eb132 Bug 569425. Don't redeclare this variable because it makes it look like it shadows the first declaration. r=surkov 2010-06-08 14:17:54 -05:00
Timothy Nikkel
7da37a7965 Annotate ugly workaround in test with bug that should fix it. 2010-06-08 14:17:54 -05:00
Timothy Nikkel
55fc4ec9c5 Bug 569425. Mark one place in accessibility that depends on the current image map primary frame setup so it can be changed when bug 135040 is fixed. 2010-06-08 14:17:54 -05:00
Benoit Jacob
ccaca6a20d b=569943; validate Enable/Disable args; r=vladimir 2010-06-08 14:45:23 -04:00
Dave Townsend
00204343fd Merging backout 2010-06-08 11:20:45 -07:00
Dave Townsend
4b118a2a49 Backed out changeset 33760547ecf7 from bug 569342 to fix the test failure. 2010-06-08 11:20:32 -07:00
Dave Townsend
6b592cc7c6 Bug 566597: Firefox still wears the active lightweight theme even it has been removed. r=dtownsend 2010-06-08 09:45:30 -07:00