Commit Graph

79827 Commits

Author SHA1 Message Date
Justin Lebar
0f63342314 Back out bug 666446 due to Talos regression. 2011-11-02 20:11:01 -04:00
Philipp von Weitershausen
d69fb6bf5a Merge services-central with mozilla-central 2011-11-02 15:00:49 -07:00
Allison Naaktgeboren
68f91d7fee Bug 699216 - progress bar is showing up if user goes to manual setup after progress bar loads. r=philikon CLOSED TREE 2011-11-02 14:09:44 -07:00
Paul ADENOT
ee488120b5 Bug 556563 - Disable/remove "View video" when you're already viewing the video. r=dolske 2011-11-02 13:52:21 -07:00
Heather Arthur
0c0e913bcf Bug 644409 - Make scratchpads save their state across restarts. r=robcee, r=zpao 2011-11-02 12:32:55 -07:00
Heather Arthur
f58f25024b Backed out changeset 3b63add3a404 2011-11-02 12:26:59 -07:00
Heather Arthur
bbea028fe1 Bug 644409 - Make scratchpads save their state across restarts 2011-11-02 12:14:30 -07:00
Mihai Sucan
ac58401aa8 Bug 692543 - Make the Style Inspector UI faster; r=dcamp 2011-11-02 19:50:15 +02:00
Rob Campbell
64f12661f7 Bug 699636 - Highlighter sidebar resizes to follow the highlighter box; r=gavin 2011-11-05 14:35:46 -03:00
Dave Camp
8863497d7e Bug 699968 - Update the rule view's dtd link. r=robcee 2011-11-05 08:46:40 -07:00
Dave Camp
60392df231 Bug 696180 - Add support for inherited properties to the rule view. r=robcee 2011-11-05 08:45:22 -07:00
Dave Camp
d6fc06441d Bug 699592 - Add inIDOMUtils::isInheritedProperty to find out if a CSS property is inherited by default. r=bz 2011-11-05 08:41:10 -07:00
Neil Rashbrook
17e3abd58a Bug 698217 DeCOMtaminate nsIPrefServiceInternal r=roc 2011-11-02 14:51:39 +00:00
Kyle Huey
74ca38166a Merge m-i to m-c. 2011-11-02 08:24:41 -04:00
Tim Taubert
82c6bd30a3 merge m-c to fx-team 2011-11-02 10:57:53 +01:00
Doug Turner
92dd0ef43d Bug 668194 - Geolocation times out and/or does not properly use wifi access points information (awful accuracy) r=mfinkle. 2011-11-01 21:04:35 -07:00
Dave Camp
046d9f4003 Bug 693887 - Implement a rule-centric view for the style inspector. r=robcee, r=dao 2011-11-01 18:06:48 -07:00
Jonathan Griffin
f4f7a6d114 Bug 697824 - check if firefoxRunner.url exists, a=testonly, DONTBUILD, CLOSED TREE 2011-11-01 16:24:41 -07:00
Jonathan Griffin
4400d65756 Bug 697824 - include link to build in TPS emails, a=testonly, DONTBUILD, CLOSED TREE 2011-11-01 16:21:31 -07:00
Paul ADENOT
0365d403d1 Bug 675899 - HTML5 video player should show controls when video ends (if controls attribute is present). r=dolske 2011-11-01 14:22:02 -07:00
Jonathan Griffin
619695d457 Bug 697819 - fix source file links in TPS emails, a=testonly, DONTBUILD, CLOSED TREE 2011-11-01 14:16:31 -07:00
Jonathan Griffin
f54ebe2d1a Bug 698792 - don't have TPS logout of Sync, a=testonly, DONTBUILD, CLOSED TREE 2011-11-01 13:45:25 -07:00
Rob Campbell
069877fa2d merge 2011-11-01 17:02:44 -03:00
Rob Campbell
ab8c4f3bb6 Bug 683873 - [highlighter] move the close button to the toolbar, test-fix; a=orange 2011-11-01 17:01:17 -03:00
Josh Aas
f1269e3c00 Bug 562442: Plugin crash fix (parent process). r=jmathies 2011-11-01 14:52:20 -04:00
Paul ADENOT
752b5f3b8f Bug 513758 - Pressing Pos1/End key while video is in ended state sets status to play. r=dolske 2011-11-01 11:50:03 -07:00
Scott Johnson
d1543d521e 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
dc4d79d3a4 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
5b59995a5c 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
791df3621d 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
e055c256d3 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
1629c04eee 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
6ce9c5bbde 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
a7ba67f09b 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
f26c2d2f00 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
4f4ae1dca2 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
b128768901 Merge m-i to m-c. 2011-11-01 10:31:53 -04:00
Tim Taubert
2e1a3af9d9 merge m-c to fx-team 2011-11-01 13:23:20 +01:00
Henri Sivonen
331ff582eb Bug 482921 part 14 - Address review comments. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen
13f20e415f 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
0b00372128 Bug 482921 part 12 - Reftests for View Source reimplementation. rs=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen
8719028cf4 Bug 482921 part 11 - Deduplicate the tokenizer loop in .cpp. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen
dbe7338eee 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
8fd1c9834b Bug 482921 part 9 - Support tooltips in the View Source window. r=gavin.sharp. 2011-11-01 13:33:11 +02:00
Henri Sivonen
256c728c79 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
67b7a42883 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
5fa0deebbb 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
17cf658b47 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
216045a5cb 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
0429f9c117 Bug 482921 part 3 - Highlight tree builder-level errors in View Source. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00