Justin Lebar
|
bd4c218435
|
Bug 687710 - Restoring a session with parent-child cycles shouldn't cause a hang. r=mfinkle,zpao
|
2011-11-01 18:18:23 -04:00 |
|
Ms2ger
|
227d64152e
|
No bug - Fix OSX -Werror builds by initializing Chars::cx in the constructor; rs=Waldo over IRC
|
2011-11-01 22:46:48 +01:00 |
|
Brian Hackett
|
19d0d9a85e
|
Back out b979f9d59e89 (bug 678687) for intermittent test_jQuery timeout.
|
2011-11-01 14:52:26 -07:00 |
|
John Ford
|
fb8cd1e54f
|
bug 695274 - UNIXISH, IS_MAC and IS_WIN32 are class variables not globals r=khuey
|
2011-11-01 13:12:50 -07:00 |
|
Mounir Lamouri
|
0028ea9ab0
|
Bug 690903 - Lazily initializes nsFormHistory's SQLite DB. f=mfinkle r=dolske
|
2011-11-01 20:23:43 +01:00 |
|
Mounir Lamouri
|
6cc2587c0d
|
Bug 698534 - Fix build bustage when smil is disabled. r=dholbert
|
2011-11-01 20:22:30 +01:00 |
|
Dão Gottwald
|
70172e0ae2
|
Bug 682536 - Showing/hiding the conditional forward button shouldn't resize the search bar. r=shorlander
|
2011-11-01 20:08:21 +01:00 |
|
Ed Morley
|
7494ac3e31
|
Bug 698586 - Don't build browser/components/dirprovider/tests/ when using --disable-tests; r=ted
|
2011-11-01 17:57:12 +00:00 |
|
Brian Hackett
|
7880fc1d8b
|
Remove ARGCNT, ARGSUB opcodes, bug 698015. r=dvander
|
2011-11-01 09:01:04 -07:00 |
|
Brian Hackett
|
6b7b024d60
|
Try converting known doubles to integers in GETELEM/SETELEM paths, bug 678687. r=dvander
|
2011-11-01 08:43:40 -07:00 |
|
Henri Sivonen
|
ed9ac7e483
|
Test for bug 659763 - Make document.open("text/plain") work with the new parser. r=bzbarsky.
|
2011-11-01 17:27:36 +02:00 |
|
Henri Sivonen
|
34ec811b55
|
Bug 659763 - Make document.open("text/plain") work with the new parser. r=Olli.Pettay.
|
2011-11-01 17:27:36 +02:00 |
|
Henri Sivonen
|
dc6ff15cba
|
Bug 479959 - Reimplement text/plain loading using the HTML5 parser. r=Olli.Pettay.
|
2011-11-01 17:27:36 +02:00 |
|
Scott Johnson
|
111a0573d5
|
Bug 666446, Part 10/10 - Add mochitests to imagelib for testing animated gif image cases [r=dholbert,joe].
|
2011-11-01 11:06:54 -04:00 |
|
Scott Johnson
|
467fa16f95
|
Bug 666446, Part 9/10 - Implement methods in RasterImage in order to faciliate refresh driver-based animations. [r=dholbert,joe]
|
2011-11-01 11:06:53 -04:00 |
|
Scott Johnson
|
d2f7df4c5d
|
Bug 666446, Part 8/10 - Change xul tree implementation to utilize refresh driver based animations for performance improvements with animated images. [r=roc]
|
2011-11-01 11:06:53 -04:00 |
|
Scott Johnson
|
62c9ec7e71
|
Bug 666446, Part 7/10 - Change nsImageLoader to utilize new refresh driver animations to overcome performance issues with animated background images. [r=roc]
|
2011-11-01 11:06:53 -04:00 |
|
Scott Johnson
|
9cfbbc8b00
|
Bug 666446, Part 6/10 - Change nsBulletFrame to utilize refresh driver-based animations for performance improvements. [r=roc]
|
2011-11-01 11:06:53 -04:00 |
|
Scott Johnson
|
130f7f3951
|
Bug 666446, Part 5/10 - Change nsImageBoxFrame to register corresponding image with nsRefreshDriver to facilitate refresh driver-based animations. [r=roc]
|
2011-11-01 11:06:53 -04:00 |
|
Scott Johnson
|
7d86e5fc20
|
Bug 666446, Part 4/10 - Implement refresh driver based animations in nsImageLoadingContent to improve efficiency of animated GIF images. [r=roc][sr=mats]
|
2011-11-01 11:06:53 -04:00 |
|
Scott Johnson
|
d01233b555
|
Bug 666446, Part 3/10 - Create hook functions in nsLayoutUtils to coalesce some of the new code for frame-like objects and avoid code duplication. [r=roc]
|
2011-11-01 11:06:53 -04:00 |
|
Scott Johnson
|
c3b8c9baa6
|
Bug 666446, Part 2/10 - Change nsRefreshDriver to accept imgIRequest objects to facilitate refresh driver-based animations. [r=roc]
|
2011-11-01 11:06:53 -04:00 |
|
Scott Johnson
|
2357006c95
|
Bug 666446, Part 1/10 - Add method to imgIContainer for notification of refresh driver events. [r=dholbert,joe][sr=bz]
|
2011-11-01 11:06:53 -04:00 |
|
Kyle Huey
|
4030d2b216
|
Merge m-i to m-c.
|
2011-11-01 10:31:53 -04:00 |
|
Tim Taubert
|
580d9ae3ca
|
merge m-c to fx-team
|
2011-11-01 13:23:20 +01:00 |
|
Henri Sivonen
|
e434910347
|
Bug 482921 part 14 - Address review comments. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
139155d43e
|
Bug 482921 part 13 - Avoid regressing bug 673094 - RTL characters at the end of attribute values in View Source. r=ehsan.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
21c9a7e57a
|
Bug 482921 part 12 - Reftests for View Source reimplementation. rs=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
aa15aa3b1f
|
Bug 482921 part 11 - Deduplicate the tokenizer loop in .cpp. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
31b733036d
|
Bug 482921 part 10 - Support parametrized error messages in new View Source. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
d91f7c72fc
|
Bug 482921 part 9 - Support tooltips in the View Source window. r=gavin.sharp.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
801c32d635
|
Bug 482921 part 8 - Start a new <pre> occasionally in View Source refixing bug 86355. r=bzbarsky.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
d9b76169a4
|
Bug 482921 part 7 - Add an id for each line in new View Source. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
2963a24ae6
|
Bug 482921 part 6 - Use the internal encoding declaration in the XML View Source case. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
e0a7b8950f
|
Bug 482921 part 5 - Add entry point for new View Source for XML; Make new View Source easy to disable. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
2e697f57ad
|
Bug 482921 part 4 - Support XML syntax highlighting in the parser core. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
f55328bb86
|
Bug 482921 part 3 - Highlight tree builder-level errors in View Source. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
d55e46aa36
|
Bug 482921 part 2 - Highligh tokenizer-level errors in View Source. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Neil Rashbrook
|
ccefbc59e2
|
Bug 638031 Allow string streams to share their string buffer r=bsmedberg f=bz
|
2011-11-01 08:28:31 +00:00 |
|
Blair McBride
|
89a7d661f6
|
Bug 693897 - Allow addons to opt-in to strict compatibility checking. r=dtownsend
|
2011-11-01 18:48:53 +13:00 |
|
Blair McBride
|
f0025fa37a
|
Bug 693899 - Support detecting binary components, and enable strict compatibility checking when found. r=dtownsend
|
2011-11-01 18:48:49 +13:00 |
|
Blair McBride
|
92950dc020
|
Bug 693901 - Add preference to globally (re)enable strict compatibility checks. r=dtownsend
|
2011-11-01 18:48:45 +13:00 |
|
Kyle Huey
|
36a8302905
|
Merge b-s to m-c.
|
2011-10-31 14:13:23 -04:00 |
|
Matt Brubeck
|
ce76338460
|
Merge last green changeset from inbound to mozilla-central
|
2011-10-31 11:10:13 -07:00 |
|
Kyle Huey
|
56136d8399
|
Update pymake snapshot to r300.
|
2011-10-31 13:16:21 -04:00 |
|
Kyle Huey
|
e6f8798925
|
Merge m-c to b-s.
|
2011-10-31 13:12:45 -04:00 |
|
Kyle Huey
|
bd9c959fbc
|
Backed out changeset d40e649ff250
|
2011-10-31 11:39:46 -04:00 |
|
Henri Sivonen
|
db7f6965c7
|
Bug 696651 part 3 - Refine part 2. r=Olli.Pettay.
|
2011-10-31 16:28:23 +02:00 |
|
Kyle Huey
|
4b256c0dd6
|
Bug 692067: Make WebSockets go through content policies. r=smaug
|
2011-10-31 09:29:20 -04:00 |
|
Olli Pettay
|
3b77e4c896
|
Bug 667490 - EventSource should use the same nsIContentPolicy type as XHR, r=dveditz
|
2011-10-31 14:48:50 +02:00 |
|