Commit Graph

54210 Commits

Author SHA1 Message Date
L. David Baron
7b399c630c Add NS_FINAL_CLASS annotations to rule classes. r=bzbarsky Add virtual that I missed on nsCSSGroupRule. (Bug 596140) a=me 2010-09-18 12:15:31 -07:00
L. David Baron
c8b09f7d85 Eliminate all virtual functions from nsCSSRule to eliminate its vtable pointer. (Bug 596140) r=bzbarsky a2.0=roc 2010-09-18 11:43:17 -07:00
L. David Baron
5e6ca7ce7e Save a word in nsCSSStyleRule on 32-bit systems by merging mWasMatched into one bit of mLineNumber. (Bug 596140) r=bzbarsky a2.0=roc 2010-09-18 11:43:17 -07:00
L. David Baron
f13a8c3dc3 Make NBSP an identifier character per resolution of CSS 2.1 issue 196. (Bug 591589) r=bzbarsky a2.0=roc 2010-09-18 11:43:17 -07:00
Patrick Walton
02ab0e8c37 Bug 595350 - Fix leaks when closing windows or tabs with the Web Console still open. r=sdwilsh a=blocking-betaN+ 2010-09-18 11:43:17 -07:00
L. David Baron
96b0a79389 Bug 597676. If there's no rootPresContext, we should never detect DOM modification. Makes printing paint again. r=dbaron a=blocking2.0:beta7 2010-09-18 11:43:17 -07:00
Wan-Teh Chang
07bab27f71 Bug 587407: Add error message for error code
SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY.  r=wtc a=blocking2.0:betaN
2010-09-18 11:42:40 -07:00
Wan-Teh Chang
b7df763aad Bug 595300: Update NSS to NSS_3_12_8_RC0. r=alexei.volkov (see bug 595264)
a=blocking2.0:betaN
2010-09-18 09:28:21 -07:00
Mats Palmgren
83bdf12a71 Bug 559705 - Testcase. a=test 2010-09-18 18:14:25 +02:00
Wan-Teh Chang
a48af775d3 Bug 595300: Update NSS to NSS_3_12_8_BETA3. r=various a=blocking2.0:betaN 2010-09-18 06:34:25 -07:00
Ian Neal
f9ccd782a3 Bug 589613 - [SeaMonkey 2.1, mochitest-browser-chrome] browser_Services.js | Services.search exists
r=gavin a=NPOTB
2010-09-18 13:42:07 +01:00
Ian Neal
2137b2fbed Bug 596636 - [SeaMonkey 2.1] TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug589696.html | submit event should not be sent
r=mounir.lamouri a=testing
2010-09-18 13:41:49 +01:00
Mats Palmgren
12c20666fb Bug 596592 - Leaving Private Browsing mode resurrects a window that was closed at the time of entering PB. r=ehsan a=test 2010-09-18 13:28:50 +02:00
Mats Palmgren
af55784f5b Bug 596022 - browser-chrome mochitest browser_bug386835.js runs finish() twice. r=dtownsend a=test 2010-09-18 13:28:50 +02:00
Mats Palmgren
a8e03cc0ca Bug 559705 - "ASSERTION: Subdoc frames must have an inner view too". r=roc a2.0=roc 2010-09-18 13:28:50 +02:00
Mats Palmgren
1158ded89b Bug 449734 part 6 - Add dummy ReparentNativeWidget method to PuppetWidget. r=roc a=blocking2.0:betaN 2010-09-18 13:28:50 +02:00
Mats Palmgren
4704c267fc Bug 449734 part 5 - Test for child Popup widget. a=test 2010-09-18 13:28:50 +02:00
Mats Palmgren
d267a28a25 Bug 449734 part 4 - Add nsIWidget::ReparentNativeWidget() to handle reparenting of top-level widgets. r=roc a=blocking2.0:betaN 2010-09-18 13:28:50 +02:00
Mats Palmgren
48db0466a9 Bug 449734 part 3 - Update nsThebesDeviceContext::mWidget. r=roc a=blocking2.0:betaN 2010-09-18 13:28:50 +02:00
Mats Palmgren
aea63d061e Bug 449734 part 2 - Add the widget to the new parent's child list. r=roc a=blocking2.0:betaN 2010-09-18 13:28:50 +02:00
Mats Palmgren
698eb966cf Bug 449734 part 1 - Preserve presentation when dragging a tab between browser windows. r=roc a=blocking2.0:betaN 2010-09-18 13:28:49 +02:00
Justin Wood
64f971535e Bug 594707 - browser_settitle.js does not pass |finish| and should (instead of calling). r=gavin a=gavin
[MacOSX SeaMonkey] mochitest-browser-chrome: "browser_visituri.js | Test timed out"
2010-09-18 11:08:58 +01:00
Justin Wood
29c2415b89 Test for Bug 594509 does not unregister its load listener. (Bug 595188). r=gavin
[SeaMonkey 2.1, mochitest-browser-chrome] TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/toolkit/content/tests/browser/browser_bug594509.js | about:rights content loaded
a=gavin
2010-09-18 11:07:01 +01:00
Gavin Sharp
2b2d1fbc74 Bug 595509: add test for keyword search in the location bar (parts by gavin and others by ian)
r=dao/gavin a=gavin
2010-09-11 14:41:13 -04:00
Dão Gottwald
a2fa15f934 Bug 587518 - Relabel "Group Your Tabs..." menu item as "Tab Groups" and remove bogus caps from the "Group Your Tabs" tooltip. r=gavin ui-r=faaborg a=b 2010-09-18 10:18:05 +02:00
Chí-Thanh Christopher Nguyễn
749f1ffe1b Bug 596106 - Ensure we can link when using gcc instead of Sun Studio Compiler. r=khuey 2010-09-18 10:15:33 +02:00
Brian Birtles
cbacc5c498 Bug 550071 - SVG SMIL: Use refresh driver timestamp, not PR_Now; r=dholbert; a=blocking-betaN 2010-09-18 12:46:48 +09:00
Brian Birtles
deb48ddddd Bug 557885 - SVG SMIL: Support keyTimes for calcMode=discrete; r=dholbert; a=blocking-betaN 2010-09-18 12:46:48 +09:00
KUROSAWA, Takeshi
32e3f2694c Bug 333698 - Fix x and y positioning of nested tspans - reftests; r=longsonr; a=roc 2010-09-18 12:46:48 +09:00
KUROSAWA, Takeshi
6692b57dcc Bug 333698 - Fix x and y positioning of nested tspans; r=longsonr; a=roc 2010-09-18 12:46:48 +09:00
Benedict Hsieh
21844dc918 Bug 582840: Remove nsIWebProgressListener(2) support from TabChild and TabParent. r=smaug a=blocker 2010-09-17 19:11:05 -07:00
Kyle Huey
50c802e385 Followup to fix bustage because the two patches that I wrote don't like each other a=bustage 2010-09-17 21:38:22 -04:00
Edmund Wong
02f855dc6b Bug 535048: Remove nsILeakDetector leftovers from the tree. r=khuey a=test-only 2010-09-17 21:27:12 -04:00
Ms2ger
ae84af88cb Bug 596162: Fix build warning. r=khuey a=jst 2010-09-17 21:25:23 -04:00
Kyle Huey
40924b6ff2 Bug 594964: Fix moz-filedata principal handling so that files can be dragged and dropped. r=sicking a=blocker 2010-09-17 21:22:44 -04:00
Kyle Huey
a9713881d1 Bug 565843: Implement <canvas>.mozGetAsFile(name, type). r+a=sicking
--HG--
extra : rebase_source : 1a7a635dc5a7da047967d8feb57d637e83027618
2010-09-17 21:14:59 -04:00
Jeff Hammel
7246afa098 Bug 585086 Update mozmill to 1.5 version r=ctalbert a=NPOTB 2010-09-17 17:18:08 -07:00
Clint Talbert
bd46974754 Bug 596023 Update Tests for Mozmill in m-c r=whimboo a=NPOTB 2010-09-17 17:18:06 -07:00
Joel Maher
d9a0dffb85 Bug 595269 Remote reftest assumes ./server.js instead of reftest/server.js r=ctalbert a=NPOTB 2010-09-17 17:18:06 -07:00
Joel Maher
af1d89a715 Bug 595294 Remotereftest should not assume process.txt exists when using a log file r=ctalbert a=NPOTB 2010-09-17 17:18:06 -07:00
Frank Yan
990e150ada Bug 578967 - Remove feed/RSS button from top-level GUI for Firefox 4 (move to bookmarks menu). r=dolske a=approval2.0 2010-09-17 17:03:05 -07:00
Oleg Romashin
d5f22b4e04 Bug 597565 - Qt Port crashes on N900 (-graphicssystem raster by default). r=karlt a=npodb 2010-09-17 16:32:16 -07:00
Chris Jones
6c9bacbfa6 Bug 593175, part 3: Let CreateOffscreenSurface() decide which image format to use on X11 platforms. r=karl a=blocking-fennec 2010-09-17 14:15:18 -05:00
Doug Turner
ab70a6a3a6 Bug 593175, part 2: Use 5-6-5 opaque gfxSharedImageSurfaces on mobile platforms. r=karl a=blocking-fennec 2010-09-16 16:24:20 -05:00
Chris Jones
b5f4f77a8e Bug 593175, part 1: Request backing buffers with gfxContentType rather than gfxImageFormat. r=karl a=blocking-fennec 2010-09-16 16:24:17 -05:00
Chris Jones
ab9691cd8f Bug 593175, part 0: Allow forcing use of Shmem-backed cross-process layers in DEBUG builds. r=karl a=blocking-fennec 2010-09-14 00:51:49 -05:00
Jonas Sicking
311e9b33da Bug 587931: Don't fire error if a <script> is canceled. r=mrbkap a=jst 2010-09-17 16:08:03 -07:00
Jonas Sicking
9f51f3abca Bug 596385: Remove File.url since the spec now uses a different syntax. r=jst a=blocker 2010-09-17 16:08:03 -07:00
Mounir Lamouri
b23dd5492e Bug 596422 - Descendants of nsGenericHTMLElement should not call NS_DECL_CYCLE_COLLECTING_ISUPPORTS. r=peterv a=sicking 2010-09-17 02:37:29 +02:00
Mounir Lamouri
e6cc4a6ead Bug 595457 - HTMLDatalist.options should also return options which are not direct children. r=smaug a=blocking 2010-09-17 02:26:32 +02:00