Michael Kohler
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Felipe Gomes
|
4f32310a9c
|
Bug 489127. Fix and reenable tests.
|
2010-05-13 12:56:10 +12:00 |
|
Robert O'Callahan
|
e3bea40661
|
bug 563864. Add mozPaintCount API. r=smaug,sr=vlad
|
2010-05-13 12:56:08 +12:00 |
|
Josh Aas
|
f538577fdd
|
Fix case where we return an NPError value as an nsresult in PluginModuleParent. b=564917 r=cjones
|
2010-05-12 14:12:49 -04:00 |
|
Josh Aas
|
b6cda63bd4
|
Fix int comparison warning in BrowserStreamChild.cpp. b=560828 r=bsmedberg
|
2010-05-12 14:12:27 -04:00 |
|
Mats Palmgren
|
fe0ac44242
|
Add crashtests for bug 499006.
|
2010-05-12 14:14:54 +02:00 |
|
Mounir Lamouri
|
cbf74508a5
|
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
|
2010-05-12 09:17:07 +02:00 |
|
Peter Van der Beken
|
7f4e72d2de
|
Back out fixes for bug 560462 to fix orange.
--HG--
extra : rebase_source : afe96ede6fc605c656b746f6388d6144886b18ed
|
2010-05-11 19:20:03 +02:00 |
|
Jim Mathies
|
cdca26afe7
|
Bug 563377 - [OOPP] Add centralized ReplyMessage handler in PluginModuleChild for all child windows (various fullscreen hang fixs). r=bent.
|
2010-05-11 10:19:14 -05:00 |
|
Peter Van der Beken
|
f9b24fc187
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - use fast unwrapping for nsIDOMNode_GetNodeType, nsIDOMNodeList_GetLength, nsIDOMElement, nsIDOMNSElement_, nsIDOMNSHTMLElement, nsIDOMDocument, nsIDOMNSDocument, nsIDOM3Document, nsIDOMHTMLDocument and nsIDOMNSHTMLDocument_. r=jst.
|
2010-04-19 17:41:39 +02:00 |
|
Mayank Gupta
|
85f4893096
|
Bug 548828. Implement HTMLDocument.head. Mochitest-testcase r=bzbarsky
|
2010-05-11 00:14:20 +05:30 |
|
Mayank Gupta
|
f4d9da217b
|
Bug 548828. Implement HTMLDocument.head. r=bzbarsky
|
2010-05-02 13:32:21 +05:30 |
|
Boris Zbarsky
|
326e6cd9f3
|
Bug 534149. Give each nsGlobalWindow a unique ID and expose the IDs on nsIDOMWindowUtils. r=jst
|
2010-05-10 21:12:35 -04:00 |
|
Benjamin Smedberg
|
2a3822a3cf
|
Bug 564861 - NPN_IntFromIdentifier always returns INT_MIN when running in OOPP mode because of a backwards conditional check. Also, int identifiers of -1 don't work correctly when the parent first creates the identifier, because we were misusing a sentinel value. r=bent
|
2010-05-10 17:11:25 -04:00 |
|
Benjamin Smedberg
|
3289dec34b
|
Bug 564607 - Plugins which implement NPClass.enumerate crash Firefox when run OOP: fix the precedence of C++ operations, r=bent
|
2010-05-10 17:11:08 -04:00 |
|
Jim Mathies
|
2e14c78a7e
|
Bug 563847 - [OOPP] Fix for crash [@ ntdll.dll@0x222a2 ] [@ RtlEnterCriticalSection ] (from PluginInstanceChild::FlashThrottleMessage). r=bent.
|
2010-05-06 11:40:26 -05:00 |
|
L. David Baron
|
7c61f15cf1
|
Annotate remainder of crashtest mainfests (all but one test) with the tests that are known to assert. (Bug 472557)
|
2010-05-06 09:28:01 -07:00 |
|
Robert Sayre
|
0ebb9c1370
|
Merge tracemonkey to mozilla-central.
|
2010-05-06 08:50:41 -04:00 |
|
Blake Kaplan
|
3378dfe336
|
Bug 563826 - Don't accidentally hold on to windows accessed via numeric properties. r=jst
--HG--
extra : rebase_source : 7dda2380711af649c10c9de25c8c331d4c159045
|
2010-05-05 17:32:21 -07:00 |
|
Boris Zbarsky
|
f7d7c95ec6
|
Bug 562971. Include Element.h as mozilla/dom/Element.h and don't use 'using namespace' quite as much. r=jst
|
2010-05-05 14:18:05 -04:00 |
|
Boris Zbarsky
|
3c3a1ca782
|
Bug 563487. removeEventListener on a Window shouldn't throw if there's not listener manager yet; just do nothing. r=smaug
|
2010-05-05 14:18:04 -04:00 |
|
Jeff Walden
|
3fa134bbc4
|
Outerize the results of nsIDOMWindowUtils.getParent and the jsshell's parent() methods. r=orange
--HG--
extra : rebase_source : 848ad247e5094b6eb8edce6198bfb1d368c31bc3
|
2010-05-04 18:02:00 -07:00 |
|
Peter Van der Beken
|
a64d376e9c
|
Part 13 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - stop using tearoffs from quickstubs for nsIDOM3Node, nsIDOM3Text, nsIDOMNodeSelector and nsIDOMNSElement. r=jst.
--HG--
extra : rebase_source : fbc8a48c0efb5d6700ec981f7d4da3434f306e9d
|
2010-04-19 17:41:38 +02:00 |
|
Peter Van der Beken
|
d062d2ec2d
|
Part 9 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - use nsNode3Tearoff for all nodes. r=jst.
--HG--
extra : rebase_source : 4f073ae38036328091d2d4cf1e0ffbac2a06e98b
|
2010-04-19 17:41:37 +02:00 |
|
Peter Van der Beken
|
abd7f913e0
|
Part 1 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::GetBaseURI. r=sicking.
--HG--
extra : rebase_source : 5a07f12d9d13d92b796fd5f2cb182b069c3f87bf
|
2010-04-19 17:40:15 +02:00 |
|
Jeff Walden
|
00f6066393
|
Bug 552560 - Remove support for __parent__. r=mrbkap
|
2010-04-11 13:51:00 -07:00 |
|
Robert Sayre
|
2a89b5be4f
|
Merge mozilla-central to tracemonkey.
|
2010-05-03 11:03:37 -04:00 |
|
Robert Sayre
|
8a5ea72a1f
|
Merge mozilla-central to tracemonkey
|
2010-04-28 11:13:34 -04:00 |
|
Robert Sayre
|
2420e05a4d
|
Merge mozilla-central to tracemonkey
|
2010-04-28 11:11:48 -04:00 |
|
Benjamin Smedberg
|
67995408eb
|
Bug 561871 part B: don't use Windows events to enter/exit a nested event loop within an RPC stack frame, because delivery of those events isn't always associated with the correct stack frame, and also because the events can be lost if they race with an incoming RPC reply message. Instead, keep a linked list (on the stack) of RPC frames globally and per-channel, to associate requests to enter a nested event loop with the correct frame, r=jimm
--HG--
extra : rebase_source : 694186dde4643904752c67e0c6eb7a6ad1dd2082
|
2010-04-28 11:01:09 -04:00 |
|
Boris Zbarsky
|
d319faf7ba
|
Bug 556830 part 1. Change things so a bindname resolve of a global property won't define it on the window in ES5 strict mode. r=jorendorff
|
2010-04-26 10:06:25 -04:00 |
|
Robert Sayre
|
27452b9484
|
Bug 560650 - TM: json code should use JS_Enumerate. r=gal
|
2010-04-24 14:18:10 -04:00 |
|
Olli Pettay
|
0797892373
|
Bug 552255, a bit more strict focus handling, r=enndeakin, sr=jst, a=1hourlimit
|
2010-04-24 13:40:48 +03:00 |
|
Brandon Sterne
|
dcd525819c
|
Bug 515460 - enforce CSP during Worker script redirects, r=jst, a=dholbert_sheriff
|
2010-04-23 12:52:30 -07:00 |
|
Boris Zbarsky
|
e3c85bbb77
|
Bug 492925. Make array access on medialists actually work. r=jst
|
2010-04-23 13:37:02 -04:00 |
|
Robert O'Callahan
|
75dc672dff
|
Backed out changeset 7432d20f5b86
|
2010-04-23 16:34:06 +12:00 |
|
Mounir Lamouri
|
fba2c4e7f0
|
Bug 346485. Implement HTML5 <output> element. r=smaug,hsivonen,mrbkap,sr=jst
|
2010-04-23 14:43:23 +12:00 |
|
Surya Ismail
|
e75d4768a9
|
Change assertion to error console report for malformed XBL file. (Bug 397561) r=bzbarsky
|
2010-05-04 21:28:19 -07:00 |
|
Robert Sayre
|
faf02611d9
|
Merge tracemonkey to mozilla-central.
|
2010-05-04 13:27:55 -04:00 |
|
Josh Aas
|
2f3dfde82e
|
nsICanvasRenderingContextWebGL.idl shouldn't define GL_TRUE or GL_FALSE. b=563372 r=vlad
|
2010-05-03 14:10:36 -04:00 |
|
Ben Turner
|
40fdda724a
|
Fix mistake in patch for bug 560572, r=dwitte, a=jimm for CLOSED TREE.
|
2010-04-21 15:07:28 -07:00 |
|
Neil Deakin
|
438ca72bb6
|
Bug 418521, adjust test to avoid problems on Mac, filed bug 560898 on a real fix
|
2010-04-21 13:37:13 -04:00 |
|
Neil Deakin
|
ceb1712f98
|
Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil
|
2010-04-21 10:53:42 -04:00 |
|
Neil Deakin
|
d57ebf49ba
|
b544277 patch for window_focus.xul
|
2010-04-21 22:14:35 +09:00 |
|
Masayuki Nakano
|
53ce892306
|
Bug 544277 IME became unusable when switching focus on Gmail RTF Editor r=enn
|
2010-04-21 22:13:08 +09:00 |
|
Henri Sivonen
|
5653937f4d
|
Bug 559819 - Change the string id for the isindex prompt. r=l10n.
--HG--
extra : rebase_source : 34212e52674deb7e3c20ef3dab91785d3f70bdf4
|
2010-04-20 17:19:30 +03:00 |
|
Oleg Romashin
|
494639846e
|
Bug 553904 - Child tab process crashes on attempt to initialize child plugin process. r=bent.mozilla
--HG--
extra : rebase_source : 2a018b5f9c74a713e493643e611b330e08e1afd8
|
2010-04-20 21:43:51 +03:00 |
|
Karl Tomlinson
|
12276a5c48
|
b=560246 use CallPaint for GraphicsExpose r=cjones
--HG--
extra : rebase_source : 4d031160b1bee8f87610bf99b6d13b8c132dd0fb
|
2010-04-21 14:53:53 +12:00 |
|
Ben Turner
|
16f0a7f77d
|
Bug 560572 - 'Workers: ChromeWorker breaks --disable-ctypes builds'. r=dwitte
|
2010-04-20 11:15:43 -07:00 |
|
Ben Turner
|
f53cf449f0
|
Bug 559447 - 'Make ChromeWorkers that have access to ctypes for browser and extensions'. r=dwitte+jst.
|
2010-04-20 09:44:56 -07:00 |
|