Justin Lebar
|
65b70fabf4
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 13:49:42 -05:00 |
|
Justin Lebar
|
3e68e04f09
|
Bug 725796 - Make window.{top,parent,frameElement} respect <iframe mozbrowser>. r=bz
|
2012-03-04 11:02:00 -05:00 |
|
Aryeh Gregor
|
88c8133b31
|
Bug 711047 Part 2 - Remove RangeException in favor of DOMException. r=sicking
|
2012-03-01 13:35:48 -05:00 |
|
Matheus Kerschbaum
|
51254c73d0
|
Bug 687579 part 1: Remove globalStorage implementation. r=jst
Bug 687579 part 1: Remove globalStorage implementation. r=jst
|
2011-10-09 22:14:00 -04:00 |
|
John Schoenick
|
cf96434179
|
Bug 406541 - Followup - Handle failed URI creation, fix typo. r=bzbarsky
|
2012-03-02 14:13:10 -08:00 |
|
aceman
|
6c002f28d6
|
Bug 368758 - Remove obsolete workaround pref editor.quotesPreformatted. r=ehsan
|
2012-03-02 17:23:01 -05:00 |
|
Peter Van der Beken
|
615a5bd90d
|
Fix for bug 717013 (Add new DOM binding for DOMTokenList). r=jst.
--HG--
extra : rebase_source : 6ae0abe3bbe33a140c62c193685e23529d44e6d4
|
2011-08-22 11:14:13 +02:00 |
|
Nicholas Nethercote
|
94c77b94d3
|
Bug 730181 (part 2) - Rename nsDOMMemoryReporter. r=khuey.
--HG--
rename : dom/base/nsDOMMemoryReporter.cpp => dom/base/nsWindowMemoryReporter.cpp
rename : dom/base/nsDOMMemoryReporter.h => dom/base/nsWindowMemoryReporter.h
extra : rebase_source : f3aca3b1829e03e6f8a5a0607eb437322eb62f7d
|
2012-02-23 18:43:33 -08:00 |
|
Nicholas Nethercote
|
21e2aeb95c
|
Bug 730181 (part 1) - Merge the "dom+style" and "layout" memory reporter trees. r=khuey.
--HG--
extra : rebase_source : dabcf525d823639c5ff465c7a21de8ae533e82ff
|
2012-02-21 07:10:11 -08:00 |
|
Nicholas Nethercote
|
29ca78c292
|
Bug 723799 - Use mallocSizeOf in the DOM memory reporters. r=mounir.
--HG--
extra : rebase_source : 2eb96d2f901bbe4cc1ff6dbccdec4dc4099b08fc
|
2012-02-01 13:58:01 -08:00 |
|
Marco Bonardo
|
fd38296758
|
Merge central to inbound
|
2012-03-01 16:05:54 +01:00 |
|
Marco Bonardo
|
208a286683
|
Merge last green PGO from inbound to central
|
2012-03-01 14:27:31 +01:00 |
|
Olli Pettay
|
ebffce0923
|
Bug 730581, unbind content tree lazily after unlink, r=jst
|
2012-03-01 15:09:00 +02:00 |
|
Igor Bukanov
|
9174f0c095
|
bug 730281 - remove cx argument from GC and compartment related functions. r=:billm
|
2012-02-29 13:18:16 +01:00 |
|
John Schoenick
|
2cbb11efb8
|
Bug 406541 - Ensure we agree with java on applet codebase, and run security checks for file: codebase URIs. r=jst
|
2012-02-27 13:58:00 -08:00 |
|
Simon Montagu
|
6091adf028
|
Use GetGeneralCategory in IsPunctuationMark instead of the precompiled ccmap. Bug 731222, r=jfkthame
|
2012-03-01 00:17:27 -08:00 |
|
Justin Lebar
|
62dbeeb1ab
|
Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo
|
2012-02-29 22:56:43 -05:00 |
|
Ryan VanderMeulen
|
f20c50e238
|
Backout bug 492921 due to mochitest crashing.
|
2012-02-29 20:29:49 -05:00 |
|
Emanuel Hoogeveen
|
09bd2b6a82
|
Bug 492931 - Part 1b: Change to ASCII case conversion in content/ where appropriate. r=sicking
|
2012-02-29 19:32:13 -05:00 |
|
Emanuel Hoogeveen
|
36698a56aa
|
Bug 492931 - Part 1a: Change to ASCII case conversion in content/ where appropriate. r=sicking
|
2012-02-29 19:31:45 -05:00 |
|
Emanuel Hoogeveen
|
106ac5e0c1
|
Bug 492931 - Part 0: Add nsContentUtils::EqualsLiteralIgnoreASCIICase. r=sicking
|
2012-02-29 19:29:12 -05:00 |
|
Jim Mathies
|
b1a104d755
|
Bug 724781 - Prevent repetitive nsObjectLoadingContent StopPluginInstance calls from entering DoStopPlugin. r=joshmoz
|
2012-02-29 09:04:37 -06:00 |
|
Neil Deakin
|
c96504c7ba
|
Bug 728581, use ContainsNode to determine if the mouse is over a selection so that dragging a scrollbar in chrome works properly, r=ehsan
|
2012-02-28 15:33:30 -05:00 |
|
Matt Brubeck
|
8aa8ff3307
|
Merge from mozilla-central to mozilla-inbound
|
2012-02-28 10:08:33 -08:00 |
|
Josh Aas
|
242d0ae9d0
|
Bug 731040: Fix bug in which we don't properly create an object frame due to over-aggressive fallback. r=jst
|
2012-02-28 10:05:06 -05:00 |
|
Josh Aas
|
353e2336d9
|
Bug 729673: Fix cases in which plugin instance src data stream is not delivered properly. r=bsmedberg
|
2012-02-27 15:36:46 -05:00 |
|
Olli Pettay
|
b4ba8dce02
|
Bug 730601 - Don't use GetListenerManager(false) to check existence of ELM, but HasListenerManager, r=jst
|
2012-02-27 16:03:15 +02:00 |
|
Ed Morley
|
0610770d3b
|
Merge mozilla-central to mozilla-inbound
|
2012-02-28 02:55:32 +00:00 |
|
Masatoshi Kimura
|
fa603ed1e3
|
Bug 705110 - Suppress warning spam on DOMAttrModified event. r=smaug
|
2012-02-27 18:57:28 -05:00 |
|
Henri Sivonen
|
cc739e00b5
|
Bug 650784 part 4 - Scripted test for plain text conversion. r=smaug.
|
2012-02-27 13:57:48 +02:00 |
|
Henri Sivonen
|
b0b6cb7764
|
Bug 650784 part 1.5 - Move nsScriptableUnescapeHTML from Toolkit to Core. r=smaug.
--HG--
rename : toolkit/components/feeds/nsIScriptableUnescapeHTML.idl => parser/html/nsIScriptableUnescapeHTML.idl
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.cpp => parser/html/nsParserUtils.cpp
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.h => parser/html/nsParserUtils.h
|
2012-02-27 13:57:48 +02:00 |
|
Henri Sivonen
|
3aacb86e06
|
Bug 650784 part 1 - Introduce a new API for converting HTML to plain text. r=smaug.
|
2012-02-27 13:57:48 +02:00 |
|
Henri Sivonen
|
95c3b0eac7
|
Bug 650784 part 0 - Fold nsParserUtils into nsContentUtils. r=smaug.
|
2012-02-27 13:57:48 +02:00 |
|
Nathan Froyd
|
25b26d1813
|
Bug 700659 - Slay nsHashSets in content. r=bz
|
2011-11-08 15:23:12 -05:00 |
|
Jason Duell
|
d321b23aa7
|
Bug 716841. EventSource::GetInterface goes into infinite loop if redirected. r=bz
|
2012-02-24 11:37:30 -08:00 |
|
Jonathan Kew
|
9e665aa5d9
|
bug 724826 pt 3 - replace users of nsIUGenCategory service within libxul with direct access to mozilla::unicode::GetGenCategory. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Neil Deakin
|
4b83914437
|
Bug 728707, check return result of getting transferable, r=smaug
|
2012-02-23 15:59:45 -05:00 |
|
Matthew Schranz
|
62d6dff935
|
Bug 698381 - Make Node.cloneNode aDeep argument optional, default to true. r=smaug
|
2012-02-23 14:23:30 +01:00 |
|
Masatoshi Kimura
|
d99288b6cc
|
Bug 720208 - Implement DOM4 DOMException types and codes. r=smaug,ms2ger
|
2012-02-23 01:34:14 +01:00 |
|
Jason Duell
|
1f1d1d4bdd
|
Bug 728514: Websockets: don't CloseConnection twice in OnServerClose. r=smaug
|
2012-02-21 14:57:13 -08:00 |
|
Jason Duell
|
b89ae61fae
|
Bug 696085: WebSocket connection opening across page loads r=smaug
|
2012-02-21 14:57:10 -08:00 |
|
Ed Morley
|
3d389274ff
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-21 11:59:33 +00:00 |
|
Ms2ger
|
cfdbc77292
|
Bug 724252 - Don't QI in nsDocument::GetDefaultView; r=smaug
|
2012-02-21 10:34:02 +01:00 |
|
Ms2ger
|
8f0aca08e4
|
Bug 726434 - Return DOMString for XMLHttpRequest.getAllResponseHeaders(); r=bent
|
2012-02-21 10:34:01 +01:00 |
|
Ms2ger
|
79981b5cf9
|
Bug 726416 - Fix some content/ build warnings; r=mounir
|
2012-02-21 10:34:01 +01:00 |
|
Olli Pettay
|
64de674dcd
|
Backout Bug 704623, a=dromaeo regression
--HG--
extra : rebase_source : ab8b467e3aac40a56b5df6d56477603dacfc7c69
|
2012-02-20 14:54:45 +02:00 |
|
Chris Pearce
|
45a6bbad67
|
Bug 727303 - Add nsPIDOMWindow::SetFullScreenInteral. r=roc
|
2012-02-20 10:02:08 +13:00 |
|
Jonathan Watt
|
b6f2456346
|
Bug 721920 - Honor the 'lang' and 'xml:lang' attributes in SVG as we do in HTML. r=bz.
|
2012-02-19 20:49:34 +00:00 |
|
Emanuel Hoogeveen
|
bf0c63446d
|
Bug 727337 - Switch IsAllowedAttribute over to lossless conversion to avoid false positives; r=bz
|
2012-02-19 18:55:15 +00:00 |
|
Masatoshi Kimura
|
0a6c1a9d0d
|
Bug 727530 - XHR for data URIs should support content-type header field; r=jonas
|
2012-02-19 11:58:24 +00:00 |
|