Commit Graph

258224 Commits

Author SHA1 Message Date
Henri Sivonen
341491e1c3 Bug 699365 - Avoid asserting when the parser command is "external-resource". r=smaug. 2011-11-30 15:11:38 +02:00
Henri Sivonen
183f3cd3e5 Bug 535530 - Transition to the return state eagerly when a semicolon has matched when tokenizing a named character reference in HTML. r=smaug. 2011-11-30 15:11:37 +02:00
Masayuki Nakano
095d71efb1 Bug 703210 part.2 Add test r=smaug 2011-11-30 21:44:53 +09:00
Alexander Surkov
ca6afa8566 Bug 699017 - aria-required attribute on file input not read by JAWS, r=tbsaunde, marcoz, roc 2011-11-30 20:36:20 +08:00
Marco Bonardo
b867139a85 Merge mozilla-central to mozilla-inbound 2011-11-30 12:48:06 +01:00
Marco Bonardo
e4de58cd4c Merge last green changeset from mozilla-inbound to mozilla-central 2011-11-30 12:45:59 +01:00
Marco Bonardo
cc857681bd Backout 68c475a7dcaa (bug 465299) for xpcshell-tests failure 2011-11-30 12:37:06 +01:00
Robert O'Callahan
c5662af9d4 Bug 687972. Add a little bit more logging. 2011-12-01 00:16:19 +13:00
Marco Bonardo
e9f4965dfa Backout 281583d67072 (bug 702179) for Win64 opt build failure 2011-11-30 11:12:57 +01:00
Jacek Caban
4156ca57a6 Bug 705656 - Broken SKIA compilation on mingw r=matt.woodrow 2011-11-30 10:26:15 +01:00
Andrew Quartey
0c4d75af57 Bug 465299 - Validity check for mozStorageStatementWrapper::Initialize r=sdwilsh 2011-11-30 10:23:59 +01:00
Simon Montagu
dd1892c67b Use BrowserSetForcedCharacterSet instead of Firefox-specific SetForcedCharset. Bug 705943, r=dao 2011-11-30 11:10:41 +02:00
Masayuki Nakano
b149aca9ff Bug 685395 fix bustage on OS/2 r=roc, feedback=wuno 2011-11-30 17:59:24 +09:00
Atul Aggarwal
076203ae3f Bug 672511 - Morph nsIAccessNode::uniqueId, r=surkov 2011-11-30 14:18:45 +05:30
Tim Taubert
ab9ba2ebdd merging m-c to fx-team 2011-11-30 06:45:50 +01:00
Robert O'Callahan
2768e1cac2 Bug 687972. Try 2: Run autoplay for an element after reaching loadedmetadata if all download streams for its resource are suspended by the media cache. r=cpearce 2011-11-30 18:05:49 +13:00
Masayuki Nakano
a0d25e7690 Bug 392159 Use nsIClipboard::SupportsSelectionClipboard() instead of #ifdef in nsEditorEventListener r=ehsan 2011-11-30 11:57:41 +09:00
Felipe Gomes
91f3fcbf24 Bug 706339 - Chrome migrator always offers migration even if Chrome is not present. r=gavin 2011-11-29 18:48:11 -08:00
Bobby Holley
071c5fe353 Bug 705019 - Allow access to {C,Pointer,Struct,Array,Function}Type.prototype.prototype. r=jorendorff 2011-11-29 18:29:19 -08:00
Bobby Holley
a690cc6151 Bug 705019 - Make toSource() and toString() work on sCTypeProtoClass and sCDataProtoClass objects. r=jorendorff 2011-11-29 18:26:12 -08:00
Bobby Holley
960c6b0ac8 Bug 705019 - Introduce CType::IsCTypeProto() and CData::isCDataProto(). r=jorendorff 2011-11-29 18:26:12 -08:00
John Daggett
e75a7e4b91 Bug 705590. Measure system font fallback times. r=jrmuizel 2011-11-30 10:55:11 +09:00
Benjamin Smedberg
aa2abbc64e Bug 705748 - Disable the hang monitor by preference until existing found issues are resolved, r=consensus 2011-11-29 16:48:18 -05:00
Heather Arthur
e17da89869 Bug 705903 - Web console filter button should retain checked state when any of its menuitems are checked. r=msucan 2011-11-29 12:06:50 -08:00
Benoit Girard
1a5e0d16d2 Bug 703317 - Use TLS to make RgnRectMemoryAllocator thread safe. r=roc 2011-11-29 13:29:03 -05:00
Marco Bonardo
56cb95b766 Bug 702810 - mozIAsyncHistory should expose an async isURIVisited method.
r=dietrich sr=gavin
2011-11-30 00:48:47 +01:00
Chris Leary
c91479fb20 Bug 691299: Lower maximum quantifier. (r=dmandelin)
--HG--
extra : rebase_source : ea2cdc1664171309d60c02094913483e2af3a61a
2011-11-29 15:24:44 -08:00
Marco Bonardo
0e8ceaf401 Merge mozilla-central to mozilla-inbound 2011-11-30 00:02:46 +01:00
Jesse Ruderman
443df5a432 Bug 703768 - Don't confuse Windows paths with URLs. r=ted 2011-11-29 14:13:08 -08:00
julian.reschke@gmx.de
8bbf8765f8 Bug 700589 - Fix Content-Type parser to treat single quote as regular character instead of a delimiter. r=jduell r=bz 2011-11-29 14:06:32 -08:00
Daniel Holbert
beed8018d0 Bug 702696 followup: Remove unnecessary temporary gfxMatrix() argument. r=jwatt 2011-11-29 14:06:30 -08:00
Robert O'Callahan
aea3f2f2c6 Bug 687972. Make sure that if ResourceLoaded fires before MetadataLoaded, we go to HAVE_ENOUGH_DATA when MetadataLoaded eventually fires. r=cpearce 2011-11-30 11:04:38 +13:00
Chris Pearce
410d27044f Bug 705994 - Ensure test_preload_actions doesn't try to finish test cases multiple times. r=roc 2011-11-30 11:01:14 +13:00
Chris Pearce
d42af5d3c8 Bug 702146 - Move :-moz-full-screen-ancestor to an override style sheet. r=bz 2011-11-30 11:00:31 +13:00
Brian Hackett
141d85d850 Only inline construction of 'this' for 'new' on singleton functions, bug 706110. r=billm 2011-11-29 13:26:37 -08:00
Olli Pettay
b826a2d2a6 Bug 705272 - [CC] Don't traverse the hidden window, r=jst
--HG--
extra : rebase_source : 06cd14f11d9a43fa2b44a5b09a019962c03d16e0
2011-11-29 19:19:08 +02:00
Kyle Huey
5f4555d0e4 Bug 706090: Make sure OpenDatabaseHelper releases atoms on the right thread. r=bent 2011-11-29 13:24:28 -05:00
Markus Stange
d442b46f58 Bug 681425 - Give selected tabs a white text on Lion. r=dao 2011-11-29 15:34:32 +01:00
Dão Gottwald
acce7a8da8 Backing out bug 695482 2011-11-29 15:32:59 +01:00
Dão Gottwald
c2eac1a32c Bug 659407 - Remove duplicate pinstripe files. r=dolske 2011-11-29 13:33:27 +01:00
Dão Gottwald
db6b75c626 Bug 659407 - Remove duplicate gnomestripe files. r=dolske 2011-11-29 13:27:48 +01:00
Dão Gottwald
792572e928 Bug 659407 - Remove duplicate winstripe files. r=dolske 2011-11-29 13:24:01 +01:00
Dão Gottwald
6425ee6fe5 Bug 701251 - Entering DOM Fullscreen should close the Find Bar. r=dolske 2011-11-29 13:15:04 +01:00
Marco Bonardo
d79a1177d4 Merge mozilla-central and mozilla-inbound 2011-11-29 13:03:03 +01:00
Olli Pettay
47a543ca16 Bug 702036 - JSEventListener could have weak mTarget to reduce CC overhead, r=bz 2011-11-29 11:44:06 +02:00
Makoto Kato
7b69ef2949 Bug 505192 - Importing bookmarks from Google Chrome. r=mak77 2011-11-29 18:06:14 +09:00
Henri Sivonen
793696bfe8 Bug 705473 - Fix typos in the View Source error reporting strings. r=smaug. 2011-11-29 08:55:09 +02:00
Henri Sivonen
ae6ef685b6 Bug 704667 - Take transitions from the comment start state to the data state into account when doing syntax highlighting. r=smaug. 2011-11-29 08:55:09 +02:00
Chris Leary
d6eecb8cad Bug 691797: Optimize RegExp.prototype.test with leading .*, take 2. (r=mrbkap,luke)
--HG--
extra : rebase_source : 49c190dc6dec6ab2a05fbbd1479135082a053690
2011-11-28 13:35:12 -08:00
Benoit Jacob
073f54e476 Bug 705663 - Fix braindead WebGLTexture::HasImageInfoAt - r=jrmuizel 2011-11-28 14:30:28 -05:00