248432 Commits

Author SHA1 Message Date
Jonathan Watt
8980cf02fc Bug 664708 - GetCharNumAtPosition should only accept native points. r=longsonr. 2011-06-16 14:47:04 +01:00
Jonathan Watt
d7d0fe1369 Bug 664130 - Document what GetFrameBoundsForTransform is about. r=roc. 2011-06-16 12:06:05 +01:00
Jonathan Watt
53f9acfc55 Bug 664130 - Document what GetOpaqueRegion is useful for. r=roc. 2011-06-16 12:06:05 +01:00
Jonathan Watt
6f064bf3e9 Bug 664130 - const-ify some SVG element class methods. r=dholbert. 2011-06-16 11:53:13 +01:00
Oleg Romashin
1d1e39452c Bug 660565 - HTML5 HW accelerated video is slow r=roc 2011-06-16 12:51:05 +02:00
Dão Gottwald
c1fa2be449 Bug 664673 - properly declare arrayIndex. r=neil 2011-06-16 12:50:56 +02:00
Mounir Lamouri
d02604b4f2 Merging mozilla-inbound with mozilla-central. 2011-06-16 11:28:58 +02:00
Dão Gottwald
e4b764e92b Bug 664549 - Delete references to the tab when unlinking a TabItem. r=gavin 2011-06-16 06:41:14 +02:00
Dão Gottwald
665680c088 Bug 664091 - Move aboutcrashes_utils.js to head.js. r=ted
--HG--
rename : toolkit/crashreporter/test/browser/aboutcrashes_utils.js => toolkit/crashreporter/test/browser/head.js
2011-06-16 06:41:03 +02:00
Olli Pettay
069b86342d Bug 664463 - Don't load anything to frameloader if it isn't in the docshell tree anymore, r=bz 2011-06-15 23:21:32 +03:00
Dave Townsend
44585289a8 Bug 481603: Flush caches for restartless add-on changes. r=robstrong 2011-06-15 11:12:53 -07:00
Dave Townsend
0d045ee106 Bug 481603: Add a way to unload JS modules loaded with Components.utils.import. r=mrbkap 2011-06-15 11:08:43 -07:00
Dave Townsend
22f1817cb9 Bug 663372: Stop loading the discovery page from the network in some tests. r=Unfocused 2011-06-15 11:07:55 -07:00
Luke Wagner
da0d379ccd Bug 664252 - Turn lemons (LLVM-only build bustage) into lemonade (rewrite JSOP_CALL/EVAL/NEW to have less goto madness) (r=waldo) 2011-06-14 16:36:13 -07:00
Matt Brubeck
f5541b7e73 Merge backouts from m-i to m-c to fix regressions on a CLOSED TREE 2011-06-15 09:46:11 -07:00
Matt Brubeck
3a92543b49 Back out caa97320d506 (bug 658580) temporarily to get m-i in a known good state. a=backout 2011-06-15 09:40:29 -07:00
Matt Brubeck
7c14d57369 Back out 58c903b0db40 (bug 658580) temporarily to get m-i in a known good state. 2011-06-15 09:39:42 -07:00
Matt Brubeck
92c16b265b Merge backout of bug 632404, bug 552864, bug 658995 2011-06-15 09:01:28 -07:00
Matt Brubeck
e3a9a86a79 Back out 6b23b52e68d6 - e92f98e8a335 (bug 632404, 552864, 658995) because of Tp4 regression. 2011-06-15 09:00:28 -07:00
Philipp von Weitershausen
5189a7c56e Back out 2257d42c4eb5 which in turn backed out bcccd02b5294 (bug 661091) due to Linux Moth failure 2011-06-15 17:44:29 +02:00
Philipp von Weitershausen
b99486a082 Back out bug 662867 (changeset 3453df4d6852) 2011-06-15 17:43:24 +02:00
Matt Brubeck
ede62c1ae5 Merge last green mozilla-inbound changeset to mozilla-central 2011-06-15 08:25:48 -07:00
Joe Drew
0a6fc03617 Back out bug 573583 (changeset 3168a26e1efa) for causing a Tp4 regression. 2011-06-15 10:56:10 -04:00
Patrick McManus
479cfc8c73 bug 658580 move nsSocketTransportService dopolliteration logic into run method r=honzab 2011-06-15 10:24:56 -04:00
Patrick McManus
aa810f7af6 bug 658580 revert isalive() from 654201 to fix an alternate way r=honzab 2011-06-15 10:24:09 -04:00
Tim Taubert
476b3e4320 backing out bcccd02b5294 (bug 661091) due to broken animations 2011-06-15 12:46:27 +02:00
Jacek Caban
8883918756 Bug 663784 - gfxWindowsPlatform.cpp doesn't compile without D2D r=masayuki 2011-06-15 12:22:57 +02:00
Philipp von Weitershausen
506f698b44 Merge services-central with mozilla-central 2011-06-15 11:23:12 +02:00
Ms2ger
cbe7d3817f Bug 664107 - Calling drawImage with non-finite arguments should not throw; r=smaug 2011-06-15 09:39:50 +02:00
Ms2ger
e995340e17 Bug 631795 - Inline HasPotentialResource into its only caller; r=kinetik 2011-06-15 09:37:38 +02:00
Ms2ger
d474748a0a Bug 659053 - Followup, change PRUint16 to PRBool; r=sicking 2011-06-15 09:35:41 +02:00
Simon Montagu
ebb4d3b611 Don't overshoot the last sibling when iterating frames. Bug 663295 (whitespace change with correct bug number) 2011-06-15 10:51:36 +03:00
Simon Montagu
e7e3561393 Force newlines only at 0xa, not 0xd. Bug 663662, r=roc 2011-06-15 10:45:57 +03:00
Simon Montagu
e5fa7e72ec Include continuations of frames with no newline. Bug 582181, r=roc 2011-06-15 10:45:57 +03:00
Simon Montagu
432913da62 Tests for bug 582181, r=roc 2011-06-15 10:45:57 +03:00
Simon Montagu
1f51f3536b Don't overshoot the last sibling when iterating frames. Bug 66329, r=roc 2011-06-15 10:45:57 +03:00
Mike Hommey
ea96f06d3f Backout bug 661800 (changeset d95b370f0f85) because of bug 664362 2011-06-15 08:44:13 +02:00
Philipp von Weitershausen
19e2a28c3d Bug 664090 - Disable test_service_filelog.js on Win opt builds. a=orange
Also use the right preprocessor variable to identify debug builds.

--HG--
extra : rebase_source : 3c7370383770a30c5399002ebce8589d5258b848
2011-06-15 01:05:56 +02:00
Richard Newman
6d9fe6e45e Bug 656513: part 0: Put SteamEngine, renamed RotaryEngine, into head_helpers.js. r=philiKON 2011-06-14 09:31:31 -07:00
Richard Newman
cb621967cf Bug 664046 - Correct logging pref migration in Sync. r=philikon 2011-06-14 10:41:36 +02:00
Andrew McCreight
81ec3bd93a Bug 663532 - Run GC from cycle collector in main thread, not CC thread. r=bent 2011-06-13 13:24:23 -07:00
Dão Gottwald
38d068a45d Bug 663401 - browser_bug435788.js cleanup. r=mossop 2011-06-15 08:17:14 +02:00
Mike Hommey
a3c5caf294 Bug 662223 - Add -lmozalloc in link flags provided in libxul.pc. r=cjones,sr=bsmedberg 2011-06-15 05:17:03 +02:00
Philipp von Weitershausen
3b97f3eee0 Merge m-c to s-c 2011-06-13 20:44:14 +02:00
Philipp von Weitershausen
3c999d08f0 Bug 661587 - Don't use the root logger. r=rnewman 2011-06-13 20:42:18 +02:00
Philipp von Weitershausen
ca8855f40b Bug 610832 - Make about:sync-log a directory listing. r=rnewman,mconnor 2011-06-13 20:40:08 +02:00
Philipp von Weitershausen
4d9760b813 Bug 610832 - Dump log to disk when sync fails. r=rnewman 2011-06-13 20:39:51 +02:00
Philipp von Weitershausen
e03e29294b Bug 610832 - Add StorageStreamAppender to log4moz.js. r=rnewman 2011-06-13 20:39:37 +02:00
Philipp von Weitershausen
e8ffa45f46 Bug 610832 - Get rid of useless getters. r=rnewman 2011-06-13 20:39:14 +02:00
Raymond Lee
ec20d00fb6 Bug 633190 - Inconsistent animation behavior for creating new tab in Panorama r=ian 2011-06-14 02:32:21 +08:00