Drew Willcoxon
|
155d247243
|
Bug 570986 - nsGlobalWindow::Dump should check all bytes, not chars, when replacing \r with \n. r=bzbarsky
|
2010-06-09 14:08:17 -07:00 |
|
Dan Witte
|
78b72f1c78
|
Bug 568059 - Remove navigator.preference. r=sicking, sr=jst
|
2010-06-08 16:43:55 -07:00 |
|
Boris Zbarsky
|
b603467b9a
|
Bug 568564 followup. Use an empty filename, not a null one. r=jst
|
2010-06-08 17:16:26 -04:00 |
|
Boris Zbarsky
|
58acce4110
|
Bug 568564. Suppress the script filename for cross-origin onerror events. r=jst
|
2010-06-08 15:58:26 -04:00 |
|
Mounir Lamouri
|
d51cd6c01d
|
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 |
|
Mounir Lamouri
|
afff06c394
|
Bug 452451 - "enable relimit by default and find out if it breaks the web" [r=jwalden,jst]
--HG--
extra : rebase_source : e583073d8015cc0f6b7d4336494f0e1ed01083e2
|
2010-05-20 17:19:00 -04:00 |
|
Benoit Jacob
|
4c1b5ed665
|
b=565404; add WebGLUniformLocation object; r=vlad
|
2010-06-01 23:09:19 -07:00 |
|
Jonas Sicking
|
46b291294c
|
Bug 563491: Don't run code to set window status while we're inside a script blocker. r=mrbkap
|
2010-06-01 13:36:16 -07:00 |
|
Peter Van der Beken
|
9d8cde356a
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3a. r=jst.
|
2010-04-19 17:41:39 +02:00 |
|
Blake Kaplan
|
f93188d433
|
Fix bustage.
|
2010-05-28 16:18:23 -07:00 |
|
Blake Kaplan
|
569e36bde1
|
Bug 517636 - Assigning through wrappers defeats the "fast expando" optimization. r=jst
|
2010-05-28 15:40:41 -07:00 |
|
Blake Kaplan
|
54ca1d9bd6
|
Bug 545314 - Force an inner window here so that we return a working location object. r=peterv
|
2010-05-28 15:40:29 -07:00 |
|
Josh Aas
|
3044a6c025
|
Remove remaining default plugin references. b=567464 r=jst
|
2010-05-26 19:18:06 -04:00 |
|
Robert Sayre
|
def349ad75
|
Merge mozilla-central to tracemonkey.
|
2010-05-24 09:05:39 -07:00 |
|
Jeff Walden
|
0bd2ff1b53
|
Null-check the parent before attempting to outerize. rs=brendan
|
2010-05-18 14:13:22 -07:00 |
|
Justin Wood
|
4770823335
|
[merge] Backout Bug 452451 Due to test failures.
|
2010-05-20 01:03:50 -04:00 |
|
Justin Wood
|
a91323da15
|
Backout Bug 452451 Due to test failures.
|
2010-05-20 01:01:59 -04:00 |
|
Mounir Lamouri
|
6b57ca1497
|
Bug 562932 - "Implement control attribute for label element" [r=sicking sr=smaug]
|
2010-05-19 22:28:10 -04:00 |
|
Mounir Lamouri
|
b595578fba
|
Bug 452451 - "enable relimit by default and find out if it breaks the web" [r=jwalden,jst]
|
2010-05-19 22:28:09 -04:00 |
|
Ehsan Akhgari
|
a87b134220
|
Bug 560647 - add startup timeline instrumentation; r=vlad
|
2010-05-19 19:22:19 -04:00 |
|
Ms2ger@gmail.com
|
98d48c313e
|
Bug 474058 - Drop support for window.directories. r=jst
--HG--
extra : rebase_source : f0ee7974097fcc9db75b2928dae9b58cc3d8859b
|
2010-05-19 19:53:08 +02:00 |
|
Martin Stransky
|
d8bf1bcb53
|
Bug 546270 followup: sync code paths for File|Print & window.print(), to handle no-default-printer case. r=roc
|
2010-05-19 10:44:51 -07:00 |
|
Olli Pettay
|
078f01ee1d
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
|
2010-05-18 15:28:37 +03:00 |
|
Olli Pettay
|
ebdab93b4c
|
Backout Bug 549682
|
2010-05-18 13:10:47 +03:00 |
|
Olli Pettay
|
af68dc73cd
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
--HG--
extra : rebase_source : 45b28a7762428193873a636fa7d5108607f9e4a3
|
2010-05-18 11:52:24 +03:00 |
|
Vladimir Vukicevic
|
b99bb96c47
|
b=561168; convert canvas to use layers for rendering; r=roc,bas
|
2010-05-17 21:04:22 -07:00 |
|
Boris Zbarsky
|
a491cefc6d
|
Bug 484710. Add a notification for when a window's scope stops being usable. r=jst
|
2010-05-14 17:17:52 -04:00 |
|
Mitchell Field
|
6ad77bd6db
|
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
|
2010-05-14 18:24:41 +09:00 |
|
Justin Dolske
|
c4ae810daf
|
Bug 563556 - Cleanup nsGlobalWindow's alert/confirm/prompt. r=jst
|
2010-05-13 15:26:10 -07:00 |
|
Michael Kohler
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Robert O'Callahan
|
e3bea40661
|
bug 563864. Add mozPaintCount API. r=smaug,sr=vlad
|
2010-05-13 12:56:08 +12:00 |
|
Mats Palmgren
|
fe0ac44242
|
Add crashtests for bug 499006.
|
2010-05-12 14:14:54 +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 |
|
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 |
|
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 |
|
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
|
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
|
2420e05a4d
|
Merge mozilla-central to tracemonkey
|
2010-04-28 11:11:48 -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 |
|
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 |
|
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 |
|