Граф коммитов

6473 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky eecde1c158 Backed out changeset d578993db396 (bug 590422) due to possible performance regressions (especially WinXP Tscroll).
--HG--
extra : rebase_source : e6ee7060691de0b87faefcdd3f4524cf01e1c0b4
2010-08-27 14:00:41 -04:00
David Zbarsky 3f2880f4d4 Bug 36619 - display notification when file picker is blocked r=sicking a=blocking 2010-08-27 11:49:08 -04:00
Dan Witte 16a3298070 Merge e10s -> m-c. a=patches 2010-08-27 08:04:00 -07:00
Ted Mielczarek 201396dcf8 bug 587747 - Implement writing of minidumps from hang detection on OS X. r=cjones a=blocking
--HG--
extra : rebase_source : fef081b5b0fae828ecc0c2678d83787778dfc70d
2010-08-27 09:32:45 -04:00
Ms2ger 1522f336dd Bug 585877 - Add a warning for document.width and document.height; r=sicking a=jst 2010-08-27 13:44:28 +02:00
Brian Crowder be5026de47 Bug 589025 - e10s: ExternalHelperAppParent must support content-disposition property of nsIChannel. r=dwitte, a=beta5+ 2010-08-25 18:10:30 -07:00
Dan Witte dbf7625e3f Bug 589292 - e10s necko: add contentDisposition prop to nsIChannel. r=jduell, sr=biesi, a=beta5+ 2010-08-25 17:51:21 -07:00
Dan Witte f834c3dbbb Merge. 2010-08-23 17:30:33 -07:00
Josh Matthews d005bc205c Bug 589721 - Segfault when closing remote tab with open geolocation prompt. r=dougt a=blocking-fennec 2010-08-23 14:31:51 -04:00
Boris Zbarsky f0ac69c790 Bug 590422. Stop futzing with our timer scheduling and just schedule them. r=brendan 2010-08-27 00:25:44 -04:00
Joel Maher 2fac5b095b Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB 2010-08-26 14:47:28 -07:00
Ben Turner cc122a0efc Bug 589355 - 'IndexedDB: Add IDBObjectStore::Clear'. r=sicking 2010-08-26 13:57:30 -07:00
Ben Turner 248eae0489 Bug 589334 - 'IndexedDB: Get rid of IDBObjectStore::Modify, rename IDBObjectStore::AddOrModify to Put'. r=sicking 2010-08-26 13:57:28 -07:00
Ben Turner 324273b63b Bug 579882 - 'IndexedDB: Investigate/review IndexedDB event handling'. r=smaug+sicking. 2010-08-26 13:57:25 -07:00
Josh Aas 8c9bbe88dc Bug 590054: Fix cross-architecture IPC pointer size issues with Cocoa NPAPI events. r=benwa r=cjones a=blocking-b6 2010-08-26 04:21:41 -04:00
Dan Witte 2bbf58f724 Merge m-c -> e10s. 2010-08-21 10:21:06 -07:00
Dan Witte 5f14c53bbd Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+ 2010-08-21 00:31:11 -07:00
Jeff Walden d20c50494b Bug 564621, bug 582077 - JSON.parse shouldn't allow {"a" : "b",} or [1,]. But, because Firefox's bookmarks "JSON" generation has historically generated invalid JSON (it no longer does, see bug 505656), preserve a "legacy" mode of parsing that can be used to load bookmarks.json files (at least until we no longer support migration from Firefox <4 profiles :-) ). r=sayrer 2010-07-14 13:48:36 -05:00
Clint Talbert ec98104ba7 Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
2010-08-25 14:03:44 -07:00
Joel Maher 62bd93f5af Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field 2010-08-25 11:47:39 -07:00
David Humphrey 65684751e0 bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad 2010-08-25 09:10:00 -04:00
Olli Pettay a201347ab6 Bug 588929, don't throw when getting/setting visibility of *bars, r=jst, sr=mrbkap, a=blocking
--HG--
extra : rebase_source : 20b9ed1b8336b531460e221c167c7ad2e96c0e0b
2010-08-25 17:00:16 +03:00
Benoit Jacob c83b92e87a Bug 585199 - Implement WebGLActiveInfo, remove NativeJSContext, adapt WebGL code to that - r=vladimir a=blocking2.0 2010-08-23 17:03:49 -04:00
Chris Pearce a03d9258fb Bug 589561 - Rename HTMLTimeRanges to TimeRanges, HTMLMediaError to MediaError. r=roc a=roc
--HG--
rename : content/html/content/src/nsHTMLMediaError.cpp => content/html/content/src/nsMediaError.cpp
rename : content/html/content/src/nsHTMLMediaError.h => content/html/content/src/nsMediaError.h
rename : content/html/content/src/nsHTMLTimeRanges.cpp => content/html/content/src/nsTimeRanges.cpp
rename : content/html/content/src/nsHTMLTimeRanges.h => content/html/content/src/nsTimeRanges.h
rename : dom/interfaces/html/nsIDOMHTMLMediaError.idl => dom/interfaces/html/nsIDOMMediaError.idl
rename : dom/interfaces/html/nsIDOMHTMLTimeRanges.idl => dom/interfaces/html/nsIDOMTimeRanges.idl
2010-08-25 20:43:00 +12:00
Joel Maher 09453a63b7 Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert 2010-08-24 10:29:34 -07:00
Brian Crowder bec0f06b6f Bug 589025 - Support content-disposition attribute in e10s external app handling, r=dwitte, blocking-fennec2.0b1=blassey
Bug 589025 - Support content-disposition attribute in e10s external app handling, r=dwitte, blocking-fennec2.0b1=blassey
2010-09-13 11:17:00 -07:00
Dan Witte 2d271f2770 Bug 589413 - Failure to open libnss3.so when Firefox path contains UTF-8 characters. Part 2: consumers. r=bsmedberg, a=final+ 2010-09-13 10:54:02 -07:00
Vladimir Vukicevic da315d9714 b=593850; [webgl] fix bad-arguments and null-object-behaviour tests; r=bjacob, a=b 2010-09-13 08:57:25 -07:00
Igor Bukanov 8a41261377 bug 552266 - - asserting that autorooters are used only under a request. r=mrbkap 2010-07-23 13:33:15 +02:00
David Anderson 80a267c9a9 [JAEGER] Merge from fatval & TM. 2010-07-05 18:07:39 -07:00
Luke Wagner 4eaf9ba886 Fix browser bustage from merge 2010-07-04 19:48:36 -07:00
Luke Wagner 37d4e500dc Merge from TM
--HG--
rename : js/src/xpconnect/src/wrappers/AccessCheck.cpp => js/src/xpconnect/wrappers/AccessCheck.cpp
2010-07-04 14:49:39 -07:00
Luke Wagner 920a697c56 Browser build fixes (stuff still broken) 2010-07-04 12:35:21 -07:00
Jason Orendorff ee99d76feb Merge fix for bug 575208. 2010-07-03 08:10:46 -05:00
Sean Stangl 5c53bd52c2 [JAEGER] Merge with fatval. 2010-07-02 21:52:25 -07:00
Robert Sayre 0fb4de7a31 Merge mozilla-central to tracemonkey. 2010-07-02 17:25:52 -07:00
Andreas Gal 4cabcc15b3 Implement remaining cross compartment wrappers (574924, r=mrbkap). 2010-07-02 13:54:53 -07:00
Doug Turner 72ed55fafd Bug 568925 - Remote History Set Title for URI. r=cjones, sr=bz 2010-07-02 08:53:42 -07:00
L. David Baron 7b78ae7446 Rev IID, which was missed in changeset 56030877b753. (Bug 582303) 2010-07-28 16:57:32 -07:00
David Zbarsky e20c627118 Remove unneeded nsIDOMNSHTMLButtonElement interface by merging it into nsIDOMHTMLButtonElement. (Bug 582303) r=jst 2010-07-28 16:43:52 -07:00
David Zbarsky 7588d9006d Remove unneeded nsIDOMNSHTMLAreaElement and nsIDOMNSHTMLAreaElement2 interfaces by merging them into nsIDOMHTMLAreaElement. (Bug 582303) r=jst 2010-07-28 16:43:52 -07:00
David Zbarsky 83ff4cd04a Remove unneeded nsIDOMNSHTMLSelectElement interface by merging it into nsIDOMHTMLSelectElement. (Bug 582303) r=jst 2010-07-28 16:43:52 -07:00
David Zbarsky 31a8d73291 Remove unneeded nsIDOMNSHTMLOptionElement interface by merging it into nsIDOMHTMLOptionElement. (Bug 582303) r=jst 2010-07-28 16:43:52 -07:00
David Zbarsky b022be597a Remove unneeded nsIDOMNSHTMLScriptElement interface by merging it into nsIDOMHTMLScriptElement. (Bug 582303) r=jst 2010-07-28 16:43:52 -07:00
David Zbarsky b03ad3a37f Remove unneeded nsIDOMNSHTMLLabelElement interface by merging it into nsIDOMHTMLLabelElement. (Bug 582303) r=jst 2010-07-28 16:43:52 -07:00
Mitchell Field dae810b5e1 Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
Timothy Nikkel 81f8091b20 Bug 563878. Part 5. Rename nsIFrame::GetWindow(Offset) to GetNearestWidget. r=mats 2010-07-02 14:11:04 -05:00
Neil Deakin ac8e963a44 Bug 437296, allow tabbing to <input>, <select> and <button> regardless of keyboard access setting, r=jonas 2010-07-02 10:50:08 -04:00
Luke Wagner dbc03ac46a Merge 2010-07-01 23:10:37 -07:00
Luke Wagner 264a7e69fa Double browser max heap size. Change shell heap size so it matches. 2010-06-30 20:02:00 -07:00
David Mandelin 80e7bb0f9c Browser prefs for enabling methodjit 2010-06-29 16:46:10 -07:00
Luke Wagner c18d2f2958 Remove unnecessary TODO 2010-06-29 02:10:48 -07:00
Igor Bukanov 51ee6cf970 bug 552266 - Allow for only one JSContext to be in a request on a given thread. r=mrbkap 2010-06-26 22:31:54 +02:00
Andreas Gal 92827c4ebb Disentangle cycle collector and JS GC (549806, r=peterv/igor). 2010-07-15 17:58:36 -07:00
Andreas Gal ecbacdf3ba Backed out bug 549806. Very frustrating. 2010-07-15 15:39:06 -07:00
Blake Kaplan 7374bc2d43 Bug 575795 - Clean up the nsIScriptContext interface to the global object to be able to split the work that nsIScriptContext::InitContext does out. r=jst 2010-07-15 15:16:29 -07:00
Andreas Gal cc167964e9 Disentangle cycle collector and JS GC (549806, r=peterv, igor). 2010-07-15 10:21:34 -07:00
Luke Wagner ad475468cd Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
Robert Sayre b1d025a974 Merge mozilla-central to tracemonkey. 2010-07-12 20:42:21 -07:00
Jonas Sicking fbfe562eb3 Bug 578150: Protect against the docshell loosing its document before we've had time to notify on it. r=mrbkap 2010-07-12 14:50:07 -07:00
Ben Turner d4e75c2215 Backed out changeset 58eb7d767d6f due to failing tests 2010-07-12 11:25:49 -04:00
Ben Turner 363e514417 Bug 574507 - 'IndexedDB: Fix transaction queue logic to prevent starving transactions across multiple objectStores'. r=sicking 2010-07-12 10:05:01 -04:00
Makoto Kato c1088eac82 Bug 574095 - crash loading test plugin on 64-bit win7 tests in /layout/generic/crashtests/505912-1.html , /tests/layout/generic/test/test_plugin_clipping.xhtml [@ _SetWindowLongPtr() | nsPluginNativeWindowWin::SubclassAndAssociateWindow]. r=joshmoz 2010-07-12 13:49:12 +09:00
Robert Sayre 3483063226 Merge mozilla-central to tracemonkey. 2010-07-09 10:55:23 -07:00
Robert Sayre 28347a8bea Merge mozilla-central to tracemonkey. 2010-07-08 18:15:52 -07:00
Benjamin Smedberg 982229c241 Bug 576917 - GPSDGeolocationProvider.js should use generateNSGetFactory, not generateNSGetModule which doesn't exist, r=captain obvious 2010-07-08 16:35:16 -07:00
Benjamin Smedberg b2946f1920 Bug 563361 - Increase the maximum chunk size for delivering stream data to a plugin so that poorly-written Flash which assume stuff about streams don't break, r=bent 2010-07-08 16:28:04 -07:00
Neil Rashbrook e28c267f3c Follow up to bug 568691 - Fix some of the static windows build bustage that is due to various dependencies in layour widget and chrome. r=roc. 2010-07-08 09:01:28 -07:00
Robert Sayre 08955d8bcc Merge mozilla-central to tracemonkey. 2010-07-06 11:05:39 -07:00
Neil Deakin 1998eeabf2 Bug 553576, change -moz-resize to resize, r=dbaron 2010-07-05 10:41:04 -04:00
Neil Rashbrook 98320e353f Bustage fix for bug 351235 2010-07-05 14:11:08 +01:00
Saint Wesonga dca1fdaf5b Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-05 11:42:18 +02:00
timeless@mozdev.org ccba88ad97 Bug 576497 TabParent::AddProgressListener leaks new TabParentListenerInfo when mListenerInfoList.AppendElement(*info) succeeds
r=smaug
2010-07-02 17:21:12 +03:00
Marco Bonardo 211ca4b9d1 backout Bug 552023 due to Ts regression and test failure. Trying to reopen a CLOSED TREE 2010-08-09 23:07:57 +02:00
Marco Bonardo 1d8fcc7c05 followup to Bug 552023 - Temporarily disable test_bug500328.html while we figure out a contention in adding the visited page. 2010-08-09 20:02:31 +02:00
Neil Deakin 538fa5f59f Bug 383930/552341, allow usage of a property on popups instead of using document.popupNode, should fix leak of popupNode, r=neil,sr=roc 2010-08-09 12:17:19 -04:00
Neil Deakin 58533248a4 Bug 577316, add preference to allow form elements to be focused when clicked, r=smaug 2010-08-09 12:15:47 -04:00
Dão Gottwald af6bdfaeea Backed out changeset 59ace8d80ce8 2010-07-04 22:01:13 +02:00
Saint Wesonga b11412ff34 Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-04 21:39:17 +02:00
Benoit Jacob a9622840e3 b=576086; Remove sizeInBytes from WebGL; r=vladimir 2010-07-03 18:27:56 -04:00
Craig Topper 28c585b0fd Bug 585616 - Merge nsIDOMNSCSS2Properties and nsIDOMSVGCSS2Properties into nsIDOMCSS2Properties. r=bz 2010-08-05 22:32:01 -07:00
Kyle Huey a99d9d2244 Backed out changeset af956e9c02e3 2010-08-05 17:24:31 -07:00
Brad Lassey 4313e5d68c Bug 583542 - [e10s] nsExternalHelperAppService fails when called from content process [r=bsmedberg]
--HG--
extra : rebase_source : 7a5e07531470daaeba2b40687fb1a914e435c762
2010-08-01 02:38:56 -04:00
Brad Lassey b77158c7dd bug 581535 - remote android ime bridge functions r=cjones,mwu
--HG--
extra : rebase_source : d3ee044a61b614f874f1e5425a58eaf7c7108af1
2010-08-05 13:11:32 -05:00
Chris Jones 4c7a7a0335 Bug 570620, part f: Add a "destroy" phase to PBrowser shutdown to make clean-up easier. r=smaug sr=bsmedberg 2010-08-05 17:11:23 -05:00
Chris Jones 37f8202190 Bug 570620, part d: Add some helper methods and functions to TabChild and TabParent. sr=smaug 2010-08-05 17:11:23 -05:00
Boris Zbarsky 3be23e063a Bug 584293. Make .style faster. r=peterv 2010-08-05 17:59:36 -04:00
Chris Pearce ad1a4a7399 Bug 462957 - DOM implementation of HTMLMediaElement.buffered. r=roc a=blocking2.0 2010-08-05 19:40:35 +12:00
Boris Zbarsky a0e2bbc8f2 More stray CRs. Followup for bug 582303. 2010-08-04 23:12:50 -04:00
Boris Zbarsky b1049ec918 Removing stray CR characters that crept in. Followup for bug 582303. 2010-08-04 23:11:26 -04:00
David Zbarsky d272840c23 Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst 2010-08-04 22:40:18 -04:00
David Zbarsky 1003769432 Remove unneeded nsIDOMNSHTMLImageElement interface by merging it into nsIDOMHTMLImageElement. (Bug 582303) r=jst 2010-08-04 22:40:17 -04:00
David Zbarsky 44791913e2 Remove unneeded nsIDOMNSHTMLAnchorElement interface by merging it into nsIDOMHTMLAnchorElement. (Bug 582303) r=jst 2010-08-04 22:40:17 -04:00
Kyle Huey 6792d3d242 Backing out Bug 489813 due to test failures 2010-08-04 17:38:20 -07:00
Kyle Huey 12f5745ae2 Backed out changeset 1d8d2deb3644 2010-08-04 17:36:54 -07:00
Doug Turner 6651a7269c Bug 489813 - Fire timeout error if provider fails to response after initial response. Also cleans up test. r=olli
--HG--
extra : rebase_source : 00aa6024b9e3e998801cf548b8ade5c532a6965d
2010-08-04 13:58:15 -07:00
Ben Turner 5a4f74fde3 Remove unused stack class, rs=jst. 2010-08-04 14:44:33 -07:00
Ben Turner 3a05b75ca7 Bug 577704 - 'IndexedDB: OpenObjectCursor broken for autoIncremented indexes'. r=sdwilsh 2010-08-04 14:44:30 -07:00
Ben Turner d9855bf781 Bug 583923 - 'IndexedDB: Don't fire events if there are no listeners for it'. r=sicking. 2010-08-04 14:44:28 -07:00
Ben Turner 97739e270c Bug 576406 - 'IndexedDB: Calling AddOrModify inserts duplicates into the database'. r=sdwilsh 2010-08-04 14:44:26 -07:00
Ben Turner 946bfefa19 Bug 574507 - 'IndexedDB: Fix transaction queue logic to prevent starving transactions across multiple objectStores'. r=sicking 2010-07-12 10:05:01 -04:00
Luke Wagner 21e9a11e2f Browser builds 2010-06-17 23:51:54 -07:00
Josh Aas 44cee3e0f3 Backed out changeset 452db8c688ba, bug 578868. 2010-08-13 04:23:13 -04:00
David Mandelin 4ce20ff732 Bug 572285: remove spurious assert 2010-06-16 11:22:14 -07:00
Matt Woodrow ext:(%20and%20Karl%20Tomlinson%20%3Ckarlt%2B%40karlt.net%3E) 76e41ffa8d b=569775 leak foreign colormap wrappers to work-around an old GDK bug that could destroy the browser's colormap r=cjones 2010-07-02 15:57:02 +12:00
Kouhei Sutou a5251ba01e Bug572385 some special keys (e.g., IME related keys) can't be handled on Linux r=masayuki, sr=smaug 2010-07-02 11:15:15 +09:00
Robert Sayre 2d1b88ef3a Merge mozilla-central to tracemonkey.
--HG--
rename : dom/indexedDB/IDBCursorRequest.cpp => dom/indexedDB/IDBCursor.cpp
rename : dom/indexedDB/IDBCursorRequest.h => dom/indexedDB/IDBCursor.h
2010-06-30 11:54:20 -07:00
Blake Kaplan 21259f1713 More bustage fixing. 2010-06-29 18:28:21 -07:00
Blake Kaplan 39d8b8bafa Add another missing null check. 2010-06-29 14:35:23 -07:00
Blake Kaplan cd54fda2d1 Restore lost null check. 2010-06-29 13:16:19 -07:00
Blake Kaplan 98e9f65ada Bug 575431 - Re-marry nsGlobalWindow to JS (instead of being language-agnostic). r=jst 2010-06-29 11:46:39 -07:00
Masayuki Nakano e6150be547 Bug 572385 backout 2e74d29bd943 due to bustage 2010-06-30 13:24:38 +09:00
Kouhei Sutou e573f6f73b Bug 572385 some special keys (e.g., IME related keys) can't be handled on Linux r=masayuki, sr=smaug 2010-06-30 13:07:07 +09:00
Blake Kaplan bb2867bbc8 Bug 574517 - Separate the inner and outer windows' JS classes. r=jst 2010-06-28 16:39:00 -07:00
Robert Sayre 2a35a0c20e Do a trivial rooting change instead of the more involved one I tried after the merge. 2010-06-25 14:54:22 -07:00
Robert Sayre 88c2a3ae2d Merge mozilla-central to tracemonkey. 2010-06-24 13:47:08 -07:00
Saint Wesonga ceb2952529 Bug 512447 - JSON.stringify does not correct handle replacer functions. r=sayrer 2010-06-24 13:32:07 -07:00
Robert Sayre daa10e6201 Fix rooting API differences. will get review after the fact, taking care of bustage now. 2010-06-23 19:24:28 -07:00
Robert Sayre 7cf6ae4f46 Merge mozilla-central to tracemonkey. 2010-06-23 17:04:20 -07:00
Blake Kaplan 9fb61e2aba Backed out changeset 6346e45d7034. 2010-06-23 17:17:55 -05:00
Johnny Stenback 5dff7385d1 Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc 2010-06-23 14:35:57 -07:00
Ben Turner b77f496d59 Bug 553413 - 'Implement Asynchronous parts of the Indexed Database API.' p=sdwilsh+bent, r=jst. 2010-06-23 12:46:08 -07:00
Felipe Gomes c1eabb512a Bug 570267 - [OOPP] Firefox 3.6.4 bug: When a flash file has a focus, window.onblur event does not happen as expected.
r=jimm
2010-06-23 10:08:56 -07:00
Benjamin Smedberg 9dfb495463 Bug 449129 - abort a plugin process if a plugin attempts to spin an event loop while painting, r=jmathies 2010-06-23 10:18:00 -04:00
Igor Bukanov b7a9c7ba4e bug 571789 - merging JSObjectOps and JSExtendedClass into JSClass. r=jorendorff 2010-06-12 18:29:04 +02:00
Andreas Gal d3b066d97f Back out bug 580803. 2010-07-28 11:20:19 -07:00
Igor Bukanov a902a030c8 bug 571789 - merging JSObjectOps and JSExtendedClass into JSClass. r=jorendorff 2010-06-12 18:29:04 +02:00
Robert Sayre 017624baad Merge mozilla-central to tracemonkey. 2010-07-27 13:09:04 -07:00
Steffen Imhof af9b6e4d68 Bug 565163 - e10s: nsHTMLDNSPrefetch needs to be forwarded to chrome. r=dougt
--HG--
extra : rebase_source : bb91a8287ad6484846c89f57d916c97f3c05fb70
2010-07-26 11:49:09 -07:00
Bobby Holley f0ccb8c0b7 Bug 578511 - Canvas API to disable sync decoding of images.r=roc,sr=vlad 2010-07-26 17:20:45 -04:00
Gavin Sharp a14f58a3c7 Correct SeaMonkey bustage fix for a1faf051bbc9 (bug 398776) 2010-06-23 04:07:48 -04:00
Gavin Sharp da9af4f19c SeaMonkey bustage fix for a1faf051bbc9 (bug 398776)
--HG--
extra : rebase_source : fc71ecbfaf65c9a2a368f0ba478d9ea22c7c76ac
2010-06-23 00:31:29 -04:00
Johnny Stenback 4e9f5e760c Backed out changeset 82a21d443b5e 2010-06-21 22:39:53 -07:00
Johnny Stenback 7d524e626b Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc 2010-06-21 19:58:50 -07:00
Chris Jones 6a7afab683 Bug 572295: Add X11Util.h for X11 toolkits. r=karlt,joedrew 2010-06-21 15:35:49 -05:00
Jim Mathies f4f8dfe89d Bug 574778 - Disable intrinsic sizing for chrome documents when enabling fullscreen mode. r=smaug. 2010-07-19 16:47:41 -05:00
Brad Lassey 990efba2b7 follow up to bug 569680 to fix android build bustage r=khuey 2010-07-19 16:28:08 -04:00
Dão Gottwald 620e7fccbf Bug 572656 - Remove the UI language from the UA string and navigator.appVersion. r=bz 2010-07-19 22:18:11 +02:00
Chris Jones 794b785d59 Bug 559534: Forward nsIXULWindow.chromeFlags to remote tabs. sr=bsmedberg 2010-07-19 13:33:33 -05:00
Chris Jones 6bd3515680 Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
2010-07-19 13:33:33 -05:00
Timothy Nikkel 3e79be8552 Bug 563878. Part 15. Fix GetOffsetTo callsites. r=mats 2010-07-18 21:23:48 -05:00
Saint Wesonga aa0b59c137 Bug 578469 - Remove special cases for expected test failures for control characters when parsing JSON. r=jwalden 2010-07-18 11:17:14 +02:00
Mike Kristoffersen d85bb61e3b Bug 569680 - Move the platform specific geolocation files. r=dougt
--HG--
rename : dom/interfaces/geolocation/nsIGeolocationProvider.idl => dom/interfaces/geolocation/nsIGeolocationPrompt.idl
rename : dom/src/geolocation/GPSDGeolocationProvider.js => dom/system/GPSDGeolocationProvider.js
rename : dom/src/geolocation/GPSDGeolocationProvider.manifest => dom/system/GPSDGeolocationProvider.manifest
rename : dom/src/geolocation/NetworkGeolocationProvider.js => dom/system/NetworkGeolocationProvider.js
rename : dom/src/geolocation/NetworkGeolocationProvider.manifest => dom/system/NetworkGeolocationProvider.manifest
rename : dom/src/geolocation/AndroidLocationProvider.cpp => dom/system/android/AndroidLocationProvider.cpp
rename : dom/src/geolocation/AndroidLocationProvider.h => dom/system/android/AndroidLocationProvider.h
rename : dom/src/geolocation/MaemoLocationProvider.cpp => dom/system/unix/MaemoLocationProvider.cpp
rename : dom/src/geolocation/MaemoLocationProvider.h => dom/system/unix/MaemoLocationProvider.h
rename : dom/src/geolocation/WinMobileLocationProvider.cpp => dom/system/windows/WinMobileLocationProvider.cpp
rename : dom/src/geolocation/WinMobileLocationProvider.h => dom/system/windows/WinMobileLocationProvider.h
rename : dom/interfaces/geolocation/nsIGeolocationProvider.idl => xpcom/system/nsIGeolocationProvider.idl
2010-07-14 19:09:25 +02:00
Saint Wesonga 628f0815c6 Bug 578476 - Test for unexpected pass conditions in the JSON decoder. r=jwalden 2010-07-18 10:20:42 +02:00
Michael Ventnor ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E) cf3c804eea Bug 566480 - Make dragging the menubar drag the window on GTK themes where that should work (and also fix GTK resize drags to initialize drag better). r=karlt,dbaron,enn,dao 2010-07-17 10:11:54 +02:00
Kyle Huey 49cc9fd3bb Bug 579614: Fix struct/class mismatch build warning. no-r 2010-07-16 23:59:36 -07:00
Blake Kaplan 681b3d7248 Bug 564208 - Don't run getters while enumerating. r=jst
--HG--
extra : rebase_source : 64df2342d0946b232543ae935cdff6162a05358c
2010-06-10 14:11:09 -07:00
Robert Sayre d01428b034 Merge mozilla-central to tracemonkey. 2010-06-23 10:21:18 -07:00
Robert Sayre 5a5b2a801f Merge mozilla-central to tracemonkey. 2010-06-21 18:01:14 -07:00
Luke Wagner c385bf93f5 Merge with TraceMonkey 2010-06-09 21:59:18 -07:00
Luke Wagner d453f9f5fb Firefox starts up and browses the web 2010-06-08 15:12:18 -07:00
Luke Wagner b10e40870e Don't re-define js_ObjectOps in xpconnect. Remove assumptions that private jsvals are ints 2010-06-08 00:01:45 -07:00
Luke Wagner 0fb6c0cf1b Firefox builds 2010-06-07 18:21:51 -07:00
Dão Gottwald 01ec17a1f9 Backed out changeset db6f8068e9a5 2010-06-29 17:49:21 +02:00
Saint Wesonga 5d01c7f8a9 Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedgerg 2010-06-29 17:14:36 +02:00
Henri Sivonen 452e2048e9 Bug 521764 - Warn to console when speculation fails. r=jonas.
--HG--
extra : rebase_source : 98c71986f573c0f16cb21ede90eafa31befbfdc5
2010-06-23 11:33:43 +03:00
Benoit Jacob 51358b356f Bug 592416 - Various WebGL fixes - r=vladimir 2010-09-02 10:38:26 -04:00
Oleg Romashin cbccb9e84c Bug 586283 - RecvLoadRemoteScript called before TabChild::InitTabChildGlobal finished. Prevent event loop rotation problem, and RecvLoadRemoteScript call during RecvCreateWidget r=olli 2010-08-24 10:01:28 -07:00
Igor Bukanov 94a6cf2768 bug 516832 - conservative stack scanning. This is based on the initial work by Anreas Gal and Gregor Wagner. r=brendan,gal 2010-06-04 16:22:28 +02:00
Blake Kaplan b8fcb43150 Bug 567451 - Inline some functions that have no business appearing in profiles. r=jst 2010-06-08 09:13:08 -07:00
Blake Kaplan 9245b9b579 Bug 567048 - Cache same-origin XOWs in the wrapped native's object. r=jst 2010-05-28 16:01:08 -07:00
Ben Turner 7cca20c509 Bug 575399 - 'IndexedDB: Remove XPConnect slow paths from some IndexedDB methods'. r=sdwilsh 2010-06-28 15:22:41 -07:00
Shawn Wilsher 9a41f7bc3b Bug 574811 - Rename IDBCursorRequest to IDBCursor
Updating interface names per recent specification changes.
r=bent

--HG--
rename : dom/indexedDB/IDBCursorRequest.cpp => dom/indexedDB/IDBCursor.cpp
rename : dom/indexedDB/IDBCursorRequest.h => dom/indexedDB/IDBCursor.h
2010-06-28 11:51:06 -07:00
Shawn Wilsher 1a578a1f53 Bug 574811 - Rename IDBIndexRequest to IDBIndex
Updating interface names per recent specification changes.
r=bent

--HG--
rename : dom/indexedDB/IDBIndexRequest.cpp => dom/indexedDB/IDBIndex.cpp
rename : dom/indexedDB/IDBIndexRequest.h => dom/indexedDB/IDBIndex.h
2010-06-28 11:51:06 -07:00
Shawn Wilsher 4a7394c957 Bug 574811 - Rename IDBObjectStoreRequest to IDBObjectStore
Updating interface names per recent specification changes.
r=bent

--HG--
rename : dom/indexedDB/IDBObjectStoreRequest.cpp => dom/indexedDB/IDBObjectStore.cpp
rename : dom/indexedDB/IDBObjectStoreRequest.h => dom/indexedDB/IDBObjectStore.h
2010-06-28 11:51:06 -07:00
Shawn Wilsher a01c67ff69 Bug 574811 - Rename IDBDatabaseRequest to IDBDatabase
Updating interface names per recent specification changes.
r=bent

--HG--
rename : dom/indexedDB/IDBDatabaseRequest.cpp => dom/indexedDB/IDBDatabase.cpp
rename : dom/indexedDB/IDBDatabaseRequest.h => dom/indexedDB/IDBDatabase.h
2010-06-28 09:46:49 -07:00
Shawn Wilsher 4900b195ab Bug 574811 - Rename IDBTransactionRequest to IDBTransaction
Updating interface names per recent specification changes.
r=bent

--HG--
rename : dom/indexedDB/IDBTransactionRequest.cpp => dom/indexedDB/IDBTransaction.cpp
rename : dom/indexedDB/IDBTransactionRequest.h => dom/indexedDB/IDBTransaction.h
2010-06-28 09:46:21 -07:00
Shawn Wilsher a053983276 Bug 574740 - Rename nsIIndexedDatabaseRequest to nsIIDBFactory
Update interface names per specification.
r=bent

--HG--
rename : dom/indexedDB/IndexedDatabaseRequest.cpp => dom/indexedDB/IDBFactory.cpp
rename : dom/indexedDB/IndexedDatabaseRequest.h => dom/indexedDB/IDBFactory.h
rename : dom/indexedDB/nsIIndexedDatabaseRequest.idl => dom/indexedDB/nsIIDBFactory.idl
2010-06-28 09:44:30 -07:00
Daniel Holbert 2bc98ab2b3 Backed out changeset 5da9fc2be835 (Bug 557566) 2010-06-26 20:00:11 -07:00
Daniel Holbert 39525ea7a3 Bug 557566, part 2: Add FAIL_ON_WARNINGS to Makefiles in some build-warning-free directories. r=ted 2010-06-26 14:25:22 -07:00
Geoff Lankow fbf2813013 Bug 300992 - implement readystatechange event. r=smaug, sr=jst 2010-06-24 13:12:07 +12:00
Josh Matthews 7c3dd266a6 Bug 570132 - e10s: Chrome process crash at shutdown if connection error exists. r=dwitte
--HG--
extra : rebase_source : 99ec43a08997c37689152c6462670d6754247821
2010-07-02 20:56:51 -04:00
Justin Dolske 265bf16b52 Bug 563850 - Add scriptable interfaces for EnterModalState et al. r+sr=jst 2010-07-01 14:53:00 -07:00
Michael Kohler 695ea3b78d Bug 506041 - Correct misspellings in source code (Patch 3)
r=timeless

--HG--
extra : rebase_source : 1917c999a5865676ffb7ec3c2834c3e091bb64dc
2010-07-07 15:33:52 +02:00
Benjamin Smedberg cdf1dbd459 Bug 582012 - register identifiers in the ID maps when they are created by the browser, so that a plugin never sees two identifiers for the same string/integer, r=bent 2010-07-28 13:20:33 -04:00
Doug Turner 2eb5f3c359 Bug 551181 - [e10s] Tell the chrome process when we visit a page. r=sdwilsh, r=cjones, sr=bz
--HG--
extra : rebase_source : 601e1e9e6464bdd8ea4164bc98ea9792d55ec22c
2010-07-02 08:50:24 -07:00
Doug Turner 223acf49ec Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz
--HG--
extra : rebase_source : bb818d7c563451232e7729f49c4fd2276dd47dd0
2010-07-02 08:50:41 -07:00
Kyle Huey dac9f36db9 Revert tree to the last known good state 2010-07-27 17:32:17 -07:00
Kyle Huey b1f2de7b4f Back out Bug 551181 because it depends on the last bug I backed out 2010-07-27 17:13:55 -07:00
Kyle Huey b827bd55c6 Backed out changeset 998a00c4052b 2010-07-27 17:13:20 -07:00
Kyle Huey 9ceea113db Backout Bug 516728 to fix orange 2010-07-27 16:51:48 -07:00
Kyle Huey a019d3c9b3 Backed out changeset ca5a1f26565f 2010-07-27 16:51:15 -07:00
Kyle Huey 2ddddc59fa Backed out changeset 0ff2f3b8dfdf 2010-07-27 16:50:02 -07:00
Doug Turner f8f507d09f Follow up to bug 516728 - Should prevent History object leak 2010-07-27 16:11:09 -07:00
Doug Turner 43dfc85f51 Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz 2010-07-02 08:50:41 -07:00
Ehsan Akhgari 092e4369fe Bug 580875 - Intermittent timeout in dom/indexedDB/test/test_writer_starvation.html, followed by 168504 other errors r=bent 2010-07-21 23:46:48 -04:00
Kyle Huey 8a5ddab2f8 Backed out changeset 2335c842c06c due to test failures. 2010-07-27 11:49:33 -07:00
Doug Turner 224c3d658e Bug 561244 - Removes cryto object from e10s builds r=jst
--HG--
extra : rebase_source : 0dc950e449866e9e1dd1d75c6bbe214031e15960
2010-07-26 14:53:31 -07:00
Neil Deakin de21a4773f Bug 552982, Part 4: change nsXULPopupManager::GetVisiblePopups to also return noautohide panels, r=mats 2010-07-27 09:38:03 -04:00
Doug Turner 59a3290956 Bug 551181 - [e10s] Tell the chrome process when we visit a page. r=sdwilsh, r=cjones, sr=bz 2010-07-02 08:50:24 -07:00
Peter Van der Beken 9e9e476cfc Part 6 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - pass the wrapper cache to WrapNative. r=jst.
--HG--
extra : rebase_source : 06db2c01b59630cd47c6d9d4f2302bf952233897
2010-05-10 20:53:05 +02:00
Peter Van der Beken b71db5b1e3 Part 5 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - make ResolveName and GetDocumentAllResult return the wrapper cache. r=jst.
--HG--
extra : rebase_source : d36cf87ab26c82bba89998111f872389a1cae754
2010-05-10 18:43:20 +02:00
Peter Van der Beken f25251726c Part 4 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - make GetNamedItem return the wrapper cache. r=jst.
--HG--
extra : rebase_source : 584b74ed06c59bbf08c20e3a8a3b10dd7d540592
2010-05-09 21:41:19 +02:00
Peter Van der Beken bf3a7751e5 Fix for bug 564585 (Use WrapNativeParent if we can in nsNodeSH::PreCreate). r=bz.
--HG--
extra : rebase_source : 349801780c4e8ae13e61ee43dfdae32344c936db
2010-05-09 21:33:00 +02:00
Peter Van der Beken 453a7285a7 Part 3 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - make GetNodeAt return nsIContent*. r=jst.
--HG--
extra : rebase_source : 4653ed3c0f67141bbace1b1973db4aca4b4d908d
2010-05-09 21:33:00 +02:00
Oleg Romashin 5810793676 Bug 579959 - TabChild used after Send__delete__. r=Olli.Pettay 2010-07-24 09:48:37 +03:00
Josh Matthews d66e58da57 Bug 579959 - TabChild used after Send__delete__. r=Olli.Pettay 2010-07-21 19:23:03 -04:00
Chris Jones 31102494fd Bug 579236: Fix shutdown crash and lesser bugs with remote pref observers. r=dwitte
--HG--
extra : rebase_source : 9028bde53425eeaa4d1c4432f489bdb902c42f1c
2010-07-21 13:42:32 -05:00
Blake Kaplan 27885e5334 Fixing bustage. 2010-07-22 17:04:31 -07:00
Blake Kaplan 7ef4947ed4 Fix bug 576616. r=jst
--HG--
extra : rebase_source : e79fc676badbfb264e979b6f5d96edfca4ee1435
2010-07-22 16:35:58 -07:00
Blake Kaplan a4c988c3f6 Bug 579782 - Deal with a null context when closing the window. r=jst
--HG--
extra : rebase_source : d74e368d3a834fa47b6d912d35f0d9c6a0d60b7b
2010-07-21 17:17:35 -07:00
Boris Zbarsky 3ba3249e09 Bug 581072. Fix the handling of long timeouts across timeout suspend/resume and add APIs to suspend/resume timeouts from trusted script. r=jst 2010-07-22 17:33:37 -04:00
Justin Lebar 287b776bec Bug 581051 - Move selection.modify() from nsISelection.idl into nsISelection3.idl. r,approval2.0=jst
--HG--
extra : rebase_source : 9008b467241f21bc66d5fca734d916400d21e3b2
2010-07-22 11:02:06 -07:00
Justin Lebar ef9590bd32 Bug 544535 - Ignore push/replaceState's title argument. r=sicking, approval2.0=benjamin
--HG--
extra : rebase_source : 3db157c08faee321e2ae1e86fc45d1290c8009ae
2010-07-19 14:46:01 -07:00
Boris Zbarsky 4cd54c867b Bug 558306 part 3. Switch DOM timeout code to TimeDuration/TimeStamp. r=jst 2010-07-15 09:59:24 -04:00
Peter Van der Beken 06b1c1e4cb Part 2 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - store nsHTMLOptionElement in nsHTMLOptionCollection instead of nsIDOMHTMLOptionElement. r=jst.
--HG--
extra : rebase_source : 0dab994cd3bfbc72b7b876876b89b138cb3290f1
2010-05-09 20:32:57 +02:00
Mounir Lamouri 3f9a268b69 Bug 565611 - ""ASSERTION: How did that happen?: 'form == aThisForm'" with <legend>" [r=bz, sr=smaug]
(transplanted from 0c87f407797d0bc7353049a52f5c705fc1d4ae67)

--HG--
extra : transplant_source : %0C%87%F4%07y%7D%0B%C750I%A5/%5Cp_%C1%D4%AEg
2010-05-19 16:33:00 -04:00
Michael Wu fa98381437 Bug 568249 - Support geolocation on Android, r=dougt 2010-06-04 14:14:43 -07:00
Josh Matthews e28455cd7e Bug 580450 - Clean up IPC::URI. r=dwitte 2010-07-26 15:59:34 -04:00
Ben Turner 8b99c0fa86 Bug 570858 - 'ChromeWorker doesn't exist from browser.xul/overlay js'. r=mrbkap. 2010-08-02 14:29:19 -07:00
Josh Matthews 435556a8c3 Backint out bug 580450, changeset 4d2c9a0c5e1c 2010-08-02 11:29:10 -04:00
Josh Matthews 332e0bc938 Bug 580450 - Clean up IPC::URI. r=dwitte
--HG--
extra : rebase_source : 25fbd59338609fd9792071b9d414ea983608aab2
2010-07-26 15:59:34 -04:00
Felipe Gomes be7e9d6194 Bug 508906. Add experimental MozTouch events. r=smaug,jimm 2010-08-02 15:34:54 +02:00
Robert O'Callahan e01ef7f9f7 Backout edd01aafe372 to fix red 2010-08-02 15:20:24 +12:00
Robert O'Callahan 39ff282290 Backed out changeset edd01aafe372 2010-08-02 15:20:05 +12:00
Ms2ger fc96de61e3 Bug 567663. Implement 'hidden' attribute. r=sicking 2010-08-02 15:07:07 +12:00
David Zbarsky 2fd2eb71de Bug 582303. Move nsIDOMNSHTMLImageElement into nsIDOMHTMLImageElement. r=jst 2010-08-02 15:07:06 +12:00
Peter Van der Beken d37a1b83f6 Fix test_bug396843.html since bug 583225 fixed some todos. 2010-08-01 22:27:35 +02:00
Peter Van der Beken b16e961477 Fix for bug 583225 (Use the right DOMCI for DocumentFragment). r=jst. 2010-07-30 15:04:30 +02:00
Peter Van der Beken 3619326a28 Part 1 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - store nsDOMAttribute in nsDOMAttributeMap instead of nsIDOMNode. r=jst.
--HG--
extra : rebase_source : d9a660d478412545c7f1717b034b04d419111757
2010-04-19 17:41:39 +02:00
Boris Zbarsky 7077a01cc6 Backing out revision e1d443d63be5 (bug 558306) in an attempt to fix test orange. 2010-07-15 12:30:53 -04:00
Alon Zakai 02f03a86f8 Bug 564535 - permission manager needs to be remoted [r=dwitte] 2010-07-15 10:04:25 -04:00
Boris Zbarsky 0fab5165e2 Bug 558306 part 3. Switch DOM timeout code to TimeDuration/TimeStamp. r=jst 2010-07-15 09:59:24 -04:00
Henri Sivonen efe11750be Bug 560256 - Ignore document.write() from external scripts when there is no proper insertion point. r=jonas. 2010-06-19 09:38:41 +03:00
Peter Van der Beken b6b915415c Backout 249ee5a4b51d, f3003a80bf28 and 1b4359586ce5 to fix leak.
--HG--
extra : rebase_source : effdeb6ac33a5a065689ca5c3f8f6da249eb6375
2010-07-14 15:45:11 +02:00
Robert Sayre 9d872a49f9 Merge 2010-07-14 06:00:55 -07:00
Robert Sayre 8a20018d7a merge tracemonkey to mozilla-central. 2010-07-14 06:00:32 -07:00
Jonathan Kew f759645c9b bug 511339 - part 1 - implement -moz-font-feature-settings and -moz-font-language-override in CSS. r=dbaron 2010-07-13 21:30:42 +01:00
timeless@mozdev.org f5f02a1ffb Bug 555696 mClosed isn't initialized in PluginStreamChild. r=bsmedberg 2010-07-13 11:56:42 -07:00
Peter Van der Beken 287b6fd48a Fix for bug 564585 (Use WrapNativeParent if we can in nsNodeSH::PreCreate). r=bz. 2010-05-09 21:33:00 +02:00
Peter Van der Beken 9a645465df Part 2 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - store nsHTMLOptionElement in nsHTMLOptionCollection instead of nsIDOMHTMLOptionElement. r=jst. 2010-05-09 20:32:57 +02:00
Peter Van der Beken 2928f3dc9e Part 1 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - store nsDOMAttribute in nsDOMAttributeMap instead of nsIDOMNode. r=jst. 2010-04-19 17:41:39 +02:00
Gavin Sharp 9b5945b976 Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao 2010-04-09 13:45:25 -04:00
Neil Deakin a09aeb8609 Bug 564277, fix up various focus ring issues for html elements, r=smaug 2010-06-21 08:37:34 -04:00
Mounir Lamouri a4e51660a1 Bug 562008 - HTML5 section DOM elements should be of type HTMLElement; r=mrbkap,sicking,timeless,ehsan sr=jst 2010-06-19 11:44:43 -07:00
Benoit Jacob b7b8ad89af b=571029; readPixels API change, support both old and new signatures, also fix 572797 (allow non-fitting rectangles), and check that sizes are nonnegative; r=vladimir 2010-06-19 10:46:12 -04:00
Benoit Jacob a24e73a99b b=567499; fix getuniform for bool uniforms and return nsIVariant; r=vladimir 2010-06-19 10:43:40 -04:00
Benoit Jacob c48d41ab45 b=567499; let getXxxParameter functions return nsIVariant; r=vladimir 2010-06-19 10:42:43 -04:00
wfernandom2004@gmail.com d47273c94c Bug 562681, websockets (protocol v76), r=smaug
--HG--
extra : rebase_source : 3fd1b153d688eba6fa6ffb499bc704dd9ca2a3c2
2010-06-17 21:36:01 +03:00
wfernandom2004@gmail.com 29f3f98c71 Bug 472529, websockets (protocol v75), r=smaug+biesi
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
extra : rebase_source : 44e45b23f85ec0095677233cdbd970c33b0c87b4
2010-06-17 21:34:24 +03:00
wfernandom2004@gmail.com c3ab142e78 Bug 472529, websockets (content patch)
--HG--
extra : rebase_source : 831a44f14acffa793cd3814d40a0d44bf152decb
2010-06-17 14:27:52 +03:00
Jesse Ruderman 736c6f6527 Remove stray line breaks from NS_ERROR messages, since they interfere with log processing. rs=jst
--HG--
extra : rebase_source : 87421691da969e0ebe5fbfbc44cd8f18617d1351
2010-06-17 13:28:38 -07:00
Ehsan Akhgari 2b0f8496a5 Backed out changeset 2dcce82f9d66 because of mochitest failures 2010-06-16 22:14:11 -04:00
Mounir Lamouri b5cf90d394 Bug 562008 - HTML5 section DOM elements should be of type HTMLElement; r=mrbkap,sicking,timeless,ehsan sr=jst 2010-06-16 20:33:46 -04:00
Justin Dolske 07b7c6359e Bug 564097 - Move prompts.properties into commonDialog.properties. r=gavin, sr=bs 2010-06-16 17:06:15 -07:00
Felipe Gomes e8b5238a27 Bug 557279 - Drag & drop into plug-ins is broken. r=jimm 2010-06-16 18:54:20 +02:00
Olli Pettay f501139c8a Bug 571438 - MayHavePaintEventListener fails for non-e10s message manager, r=jst 2010-06-16 14:43:36 +03:00
Olli Pettay 18dec1a6e4 Bug 568975 - m-c message manager slowed down event handling a bit, r=jst 2010-06-16 14:42:42 +03:00
Marco Bonardo 883ddcedc9 Bug 568091 - DOM Storage cannot store data for about: pages. r=honzab 2010-06-16 12:00:29 +02:00
Benoit Jacob d35e9e573b b=571027; implement new PixelStorei parameters for textures; r=vladimir 2010-06-15 11:59:39 -04:00