Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
49c9b3d67e
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 23:30:25 -07:00 |
|
L. David Baron
|
9e4ceade8e
|
Backed out changeset 9b0b2391485c due to linker errors related to nsStyleStructInlines.h not being included enough.
|
2008-07-16 22:59:14 -07:00 |
|
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
bb4be48531
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 22:18:38 -07:00 |
|
Doug Turner
|
9203b7a577
|
Fix maemo platform geolocation bustage
|
2008-07-15 18:33:04 -07:00 |
|
Doug Turner
|
a80ad2cbd6
|
Inital geolocation implementation. bug=437948, r/sr=jst
|
2008-07-15 16:37:48 -07:00 |
|
Alex Vincent
|
92e33f41be
|
Bug 441059 - "nsDOMString.h is safe for non-internal API" [r+sr=sicking]
|
2008-07-12 05:11:29 -05:00 |
|
Reed Loden
|
d9c0fa4bb5
|
Back out accidental commit of bug 441059.
|
2008-07-12 05:11:20 -05:00 |
|
Reed Loden
|
9fa384e167
|
Branch merge for bug 412789.
|
2008-07-12 05:10:07 -05:00 |
|
Doug Turner
|
d78266a72c
|
Backed out changeset 27942c109154
unit test seg fault at shutdown.
|
2008-07-11 22:25:02 -07:00 |
|
Doug Turner
|
2005d15cc0
|
Initial implementation of Gelocation. Bug 437948. Relanded after fixing memory leaks
|
2008-07-11 18:35:03 -07:00 |
|
Johnny Stenback
|
93ab034a20
|
Landing last part of the fix for bug 435334. Make our #ifdef OJI code really be just that, rather than tell us whether Java is available or not. r=joshmoz@gmail.com, sr=jonas@sicking.cc
|
2008-07-11 14:28:12 -07:00 |
|
Doug Turner
|
83738d2763
|
it seems we are leaking on the RLk test.
Backed out changeset ebfc2ad982f4
|
2008-07-10 23:38:35 -07:00 |
|
Doug Turner
|
ad874bf1f0
|
Relanding 437948. Geolocation. Fixed memory leak. r=jst.
|
2008-07-10 22:48:16 -07:00 |
|
shaver@mozilla.org
|
b39149fe63
|
Build the JIT by default if we're on x86, and control enabling it for content
via javascript.options.content_jit.
|
2008-07-10 23:05:27 -04:00 |
|
Benjamin Smedberg
|
ca9347e54c
|
Backed out changeset e5014dc700ad - appears to cause unit test failures in test_419731.js (windows) or focus issues (mac) but that could just be test wonkiness, but this appeared right after this commit and was mostly green before.
|
2008-07-10 09:36:24 -04:00 |
|
Doug Turner
|
9b03605052
|
bug 437948. inital implementation of gelocation. roughly following http://dev.w3.org/geo/api/spec-source.html. r+sr=jst
|
2008-07-09 20:43:38 -07:00 |
|
Graydon Hoare
|
7c4aa69e9d
|
Bug 444023, Add JS functions to stop/start callgrind, r=sayrer
|
2008-07-08 15:58:08 -07:00 |
|
Chris Double
|
02ccf2851f
|
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
|
2008-07-09 20:22:20 +12:00 |
|
Michael Ventnor
|
3a7677bb26
|
Bug 212633 - "Add support for CSS3 box-shadow" (parsing support) [p=ventnor.bugzilla@gmail.com (Michael Ventnor) r+sr=dbaron]
|
2008-07-07 19:56:52 -05:00 |
|
Benjamin Smedberg
|
ec69c9db81
|
Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst
|
2008-06-30 21:03:50 -04:00 |
|
Josh Aas
|
06b4d2563f
|
Re-landing. Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc
|
2008-06-28 03:55:30 -04:00 |
|
Dave Camp
|
f619e9fd41
|
Bug 422264: retrieving iterator of applicationCache throws NS_ERROR_DOM_INVALID_STATE_ERR. r+sr=jst
|
2008-06-27 17:22:16 -07:00 |
|
Josh Aas
|
ca07faa2b5
|
back out 433952
|
2008-06-27 02:52:18 -04:00 |
|
Josh Aas
|
db2e70c148
|
Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc
|
2008-06-27 00:14:45 -04:00 |
|
Johnny Stenback
|
55d2121fbe
|
Fixing bug 440572. Make child frames whose names conflict with properties defined in IDL be accessable through XOWs again. r+sr=mrbkap@gmail.com
|
2008-06-25 17:07:22 -07:00 |
|
Johnny Stenback
|
8d2a15b00b
|
Fixing bug 440572. Make child frames whose names conflict with properties defined in IDL be accessable through XOWs again. r+sr=mrbkap@gmail.com
|
2008-06-25 17:06:38 -07:00 |
|
Eric Butler
|
a25327bdfa
|
Bump UUID; changed missed from bug 436904. (Bug 438695) r+sr=dbaron
|
2008-06-17 14:37:57 -07:00 |
|
Robert O'Callahan
|
62af0d9ad8
|
Bug 287465. Support getSVGDocument on 'iframe' and 'object', and allow it to return on-SVG documents. r+sr=jst. acid3++
|
2008-06-17 09:53:12 +12:00 |
|
Robert O'Callahan
|
ed1fb00196
|
Remove DOM testcase from exclusions now that it passes
|
2008-06-14 22:33:54 +12:00 |
|
Robert Longson
|
9c1c1e8d06
|
Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). r+sr=roc
|
2008-06-14 21:01:02 +12:00 |
|
Eric Butler
|
c0d334f20b
|
Canvas text spec implementation (bug 436904)
|
2008-06-10 16:16:59 -07:00 |
|
Brendan Eich
|
8d66fd4c01
|
Fix encoder to iterate over array indices from 0 to length, instead of over enumerable property ids (437724, r=sayrer).
|
2008-06-06 22:30:38 -07:00 |
|
Gavin Sharp
|
ccc0e34518
|
Bug 435759: fix --enable-shark for C++ build; r=brendan
|
2008-06-06 16:04:12 -04:00 |
|
Vladimir Vukicevic
|
0b3d9b76cc
|
b=346189, children should optionally not affect size of XUL stack; r+sr=roc
|
2008-06-04 23:46:24 -07:00 |
|
Jeff Walden
|
68d86d0b8c
|
Bug 421765 - Implement DOM 3 replaceWholeText and wholeText. acid3++ r=smaug, sr=jst
|
2008-06-04 13:53:34 -04:00 |
|
Olli Pettay
|
f39ce610c4
|
Bug 435779, Crash [@ PostMessageEvent::Run()], r+sr=jst
|
2008-06-04 17:27:06 +03:00 |
|
Vladimir Vukicevic
|
6f64b4a078
|
b=433086, improve nsDOMWindowUtils::Redraw; r+sr=roc
|
2008-06-03 17:00:37 -07:00 |
|
Vladimir Vukicevic
|
c8def3e75f
|
b=430906; add moz-opaque attribute to <canvas>; r+sr=roc
|
2008-06-03 17:00:32 -07:00 |
|
Sudheer Kumar Peddireddy
|
18c18ceba1
|
Increase the initial sizes of hash tables that are guaranteed to grow. b=432633 r=dbaron
|
2008-06-03 15:25:31 -07:00 |
|
gavin@gavinsharp.com
|
ecca1e136b
|
Bug 431986: ApplicationCache doesn't implement EventTarget, patch by dcamp@mozilla.com, r+sr=jst, a=schrep
|
2008-05-08 17:10:49 -07:00 |
|
gavin@gavinsharp.com
|
264eb91ab9
|
Bug 432055: applicationCache.status is 0 through the update process, patch by dcamp@mozilla.com, r+sr=jst, a=schrep
|
2008-05-08 17:09:26 -07:00 |
|
gavin@gavinsharp.com
|
ca5faf7f66
|
Re-enable these tests now that there's another xserve collecting core dumps (bug 432471)
|
2008-05-08 15:00:36 -07:00 |
|
gavin@gavinsharp.com
|
fb0bb9ac23
|
Disable these again to try and work around the crashes (bug 432729)
|
2008-05-07 18:06:32 -07:00 |
|
gavin@gavinsharp.com
|
3c35ac552c
|
Reenabled these tests now that we have code dumps enabled on the crashing machine (bug 432471)
|
2008-05-07 13:07:04 -07:00 |
|
gavin@gavinsharp.com
|
bc19f4ddc6
|
Disable test_characterdatagetlength.html to see whether it fixes the bm-xserve01 crashes (bug 432471)
|
2008-05-07 12:53:48 -07:00 |
|
gavin@gavinsharp.com
|
031a071481
|
Disable test_characterdatagetdata.html to see whether it fixes the bm-xserve01 crashes (bug 432471, a=jimm)
|
2008-05-07 12:08:50 -07:00 |
|
roc+@cs.cmu.edu
|
f4e6581a24
|
Bug 432466. Allow sendNativeKeyEvent to return NS_ERROR_NOT_AVAILABLE to indicate that a keyboard layout is not available. Load keyboard layouts programmatically on Windows so we can detect whether a keyboard is available. This also makes keyboard layouts usable when they're installed but not enabled, which is true for most layouts, so we can reenable the Greek keyboard tests on tinderbox. r=karlt,a=beltzner
|
2008-05-06 21:46:37 -07:00 |
|
bent.mozilla@gmail.com
|
eb31e16632
|
Bug 429442 - "crashes [@ nsJSIID::HasInstance][@ XPCNativeSet::FindInterfaceWithIID]". r+sr=jst, a=beltzner.
|
2008-05-06 14:37:50 -07:00 |
|
roc+@cs.cmu.edu
|
3649ce18bb
|
Bug 431503. Infrastructure and tests for native key event translation. r=josh,karlt,sr=jst
|
2008-05-05 16:01:07 -07:00 |
|
alqahira@ardisson.org
|
14a0d87e1d
|
Relanding embedding bustage fix from bug 406730, since Linux orange wasn't its fault. Patch by Markus Stange <mstange@themasta.com>, r/sr=roc, a1.9=beltzner
|
2008-05-03 21:12:32 -07:00 |
|
alqahira@ardisson.org
|
6b5067c036
|
Back out embedding bustage fix from bug 406730 due to Linux orange (and also lack of positive response from boxset so far).
|
2008-05-03 20:25:10 -07:00 |
|
alqahira@ardisson.org
|
79cf7c20e3
|
Fix embedding bustage from bug 406730. Patch by Markus Stange <mstange@themasta.com>, r/sr=roc, a1.9=beltzner
|
2008-05-03 19:10:36 -07:00 |
|
jwalden@mit.edu
|
cea0828eea
|
Bug 430251 - Update to latest HTML5 and make postMessage dispatch its event asynchronously, as well as dispatch at the window, not the document. r=jst, r=smaug, sr=sicking, a=damons, c=cookie
|
2008-05-02 12:26:47 -07:00 |
|
roc+@cs.cmu.edu
|
38e56fa13d
|
Bug 406730. Track window activation status and set an 'active' attribute on the XUL root so we can style window contents based on activation status. Also provide active+inactive colors to Cocoa chrome drawing and use them based on 'main' state. Patch by Markus Strange, r=josh,sr=roc,a=mconnor
|
2008-05-02 04:32:50 -07:00 |
|
Olli.Pettay@helsinki.fi
|
a94491e27d
|
Bug 430276, new XMLHttpRequest() after document.write throws an exception, patch2, r+sr=jst, a=beltzner
|
2008-04-29 12:22:24 -07:00 |
|
bent.mozilla@gmail.com
|
47fa543841
|
Better debug output for DOM window destruction, r+sr+a=jst, DEBUG-only changes.
|
2008-04-28 14:51:11 -07:00 |
|
Olli.Pettay@helsinki.fi
|
aa8ad34275
|
Bug 430276, new XMLHttpRequest() after document.write throws an exception, r+sr=jst, a=beltzner
|
2008-04-25 02:45:58 -07:00 |
|
jst@mozilla.org
|
6e4f5d38c8
|
Landing fix for plugin hang bug 429903. Fix hang on pages that script plugins. Patch by bent.mozilla@gmail.com, r+sr=brendan@mozilla.org/jst@mozilla.org, a=beltzner
|
2008-04-22 22:23:57 -07:00 |
|
dolske@mozilla.com
|
5db8c69268
|
Bug 427878 - mochitest crash in test_HTMLBodyElement08.html (disabling tests until a cause is found)
|
2008-04-22 15:00:07 -07:00 |
|
Olli.Pettay@helsinki.fi
|
ec05b75347
|
backout Bug 424377, a=beltzner
|
2008-04-15 11:02:22 -07:00 |
|
bent.mozilla@gmail.com
|
869e288c42
|
Bug 415498 - "Some errors not displayed in Error Console when using addEventListener". Tests by Sylvain Pasche <sylvain.pasche@gmail.com>. r+sr=jst, a=beltzner.
|
2008-04-10 10:35:56 -07:00 |
|
reed@reedloden.com
|
6c97d131db
|
Bug 425360 - "Assertion failure: !cx->throwing at jsinterp.c:6201" (Eagerly report exceptions from EvaluateScript) [p=mrbkap@gmail.com (Blake Kaplan) r+sr=jst a1.9=beltzner]
|
2008-04-08 23:37:25 -07:00 |
|
dcamp@mozilla.com
|
299ba58c7b
|
Bug 425792: Properly update and use expiration times when updating the offline cache. r/sr=biesi, b1.9=damons
|
2008-04-08 22:22:32 -07:00 |
|
timeless@mozdev.org
|
681c0cb95f
|
Bug 402181 Better error message for captureEvents(), releaseEvents() and routeEvent() text by perhans@indexdata.dk r=smaug a=beltzner
|
2008-04-06 02:39:35 -07:00 |
|
roc+@cs.cmu.edu
|
2bda41b15d
|
Bug 424375. window.outerWidth/outerHeight should be in CSS pixels, not device pixels. r+sr=jst
|
2008-04-01 15:20:45 -07:00 |
|
Olli.Pettay@helsinki.fi
|
aca9d2e936
|
Bug 424377, r=jst, sr=roc
|
2008-04-01 03:37:28 -07:00 |
|
bmlk@gmx.de
|
e1772852cc
|
disable dom html2 on mac
|
2008-03-30 05:26:03 -07:00 |
|
bmlk@gmx.de
|
624f696d66
|
disable java tests as Macs do not like them.
|
2008-03-30 03:01:48 -07:00 |
|
bmlk@gmx.de
|
c9558dd4df
|
fix nsinstall bustage
|
2008-03-30 02:41:24 -07:00 |
|
bmlk@gmx.de
|
38099676c8
|
activate the DOM Level 2 HTML tests bug 421674 r=sayrer
|
2008-03-30 02:19:54 -07:00 |
|
reed@reedloden.com
|
27ae6d427a
|
Remove file accidentally added by bernd.
|
2008-03-29 19:50:09 -07:00 |
|
bmlk@gmx.de
|
ed20cc197e
|
initial checkin of the DOM-TS Level 2 HTML testcases converted into mochitests, the work is based on what rsayrer has done for the other dom test suites The main difference is that there is exeption.js, todos are marked in the testcases themself. bug 421674 a=testonly
|
2008-03-29 12:06:20 -07:00 |
|
reed@reedloden.com
|
114d07dae4
|
Bug 424066 - "CheckSameOriginURI reports spurious error during routine internal comparison" (make NS_ScriptErrorReporter not whine about inequal origin URLs when constructing exceptions) [p=shaver@mozilla.org (Mike Shaver) sr=bzbarsky a1.9b5=beltzner]
|
2008-03-25 22:37:23 -07:00 |
|
enndeakin@sympatico.ca
|
729513dc36
|
Bug 421817, remove dragstart, drag and dragleave events for 1.9, they'll be back in a later release, r=jonas, sr=jst, a=beltzner
|
2008-03-21 15:47:13 -07:00 |
|
Olli.Pettay@helsinki.fi
|
f19a9fdce7
|
Change one DEBUG_smaug comment to start a new qm-win2k3-01 build.
|
2008-03-21 06:16:08 -07:00 |
|
reed@reedloden.com
|
b456d95bcc
|
Bug 424093 - "CNN Video page will not load" [p=dcamp@mozilla.com (Dave Camp) r=Enn sr=jst a1.9b5=beltzner]
|
2008-03-20 23:46:57 -07:00 |
|
jwalden@mit.edu
|
f81dbedcf7
|
Also run createElement(?:NS)? tests on XML/XHTML documents, in addition to on an HTML document. We don't have any bugs that this exposes, but it seems like a good idea to add them, since another implementation (WebKit) was passing all our tests but failing the Yahoo! webmail does-it-work smoketest due to this. a=itsatest
|
2008-03-20 18:23:49 -07:00 |
|
sayrer@gmail.com
|
17733d219d
|
Bug 424035. Crash [@ JS_IsArrayObject] when trying to decode a bogus JSON string. r=shaver
|
2008-03-20 13:34:38 -07:00 |
|
bzbarsky@mit.edu
|
72efc284a1
|
Don't leave an exception just hangin' out on the JSContext. Bug 422009, r+sr=jst, a=shaver
|
2008-03-19 17:42:47 -07:00 |
|
bent.mozilla@gmail.com
|
a71ec041e2
|
Bug 4126862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Properly back out changes to nsGlobalWindow.
|
2008-03-19 14:32:20 -07:00 |
|
bent.mozilla@gmail.com
|
9f32555645
|
Bustage fix, undoing these changes until I figure out why the merge failed.
|
2008-03-19 13:27:34 -07:00 |
|
bent.mozilla@gmail.com
|
5d19b77fea
|
Bug 4126862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Backing out this patch.
|
2008-03-19 13:15:12 -07:00 |
|
dcamp@mozilla.com
|
a998ea3234
|
Bug 407839: restrict globalStorage to same host. r=enndeakin, sr=jst, blocking1.9=pavlov
|
2008-03-18 18:27:35 -07:00 |
|
Olli.Pettay@helsinki.fi
|
160640b979
|
Bug 329385, r+sr=jst
|
2008-03-18 17:06:22 -07:00 |
|
jst@mozilla.org
|
2bce74f6bd
|
Fixing bug 418776. Don't resolve standard classes on non-global objects. r+sr=mrbkap@gmail.com
|
2008-03-18 13:42:19 -07:00 |
|
reed@reedloden.com
|
7666927a21
|
Bug 375457 - "toDataURL has incorrect type-checking logic" (a simple test that just ensures we throw an exception when calling toDataURL with null and objects) [p=joe@drew.ca (Joe Drew [JOEDREW!])]
|
2008-03-18 12:55:12 -07:00 |
|
dtownsend@oxymoronical.com
|
2f48918fdb
|
Bug 419582: Unblocklisted plugin should be set to enable on startup. r+sr=jst
|
2008-03-18 03:38:15 -07:00 |
|
jst@mozilla.org
|
032c34a20c
|
Fixing bug 420603. Don't run scripts while wrapping DOM objects. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2008-03-17 14:19:25 -07:00 |
|
dbaron@dbaron.org
|
e9c42de438
|
Make nsJSONWriter::Write not crash when given buffer greater than 1024 characters. b=423152 r=sayrer a=beltzner
|
2008-03-17 11:58:38 -07:00 |
|
igor@mir2.org
|
8e2eeba5aa
|
bug=421274 r=brendan a=beltzner Eliminating SAVE_SP_AND_PC() macro
|
2008-03-17 01:58:28 -07:00 |
|
jonas@sicking.cc
|
da4cab3b75
|
Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst
|
2008-03-14 16:08:57 -07:00 |
|
jst@mozilla.org
|
0cbe6b969b
|
Fixing bug 414291. Make window.open() ignore modal=yes for backwards compatibility. r+sr=bzbarsky@mit.edu and jonas@sicking.cc
|
2008-03-14 14:31:24 -07:00 |
|
jwalden@mit.edu
|
22cd61f532
|
Bug 199692 - Update and reenable the document.elementFromPoint tests that didn't work when initially committed due to window sizing issues; there may still be some issues, but we'll todo aggressively in followup commits if necessary -- better halfway in than not at all. Patch is partly me, partly Ben Karel <web+moz@eschew.org>, r from Ben and r=roc. a=itsatest
|
2008-03-14 11:45:32 -07:00 |
|
igor@mir2.org
|
9e25b95889
|
bug 421274: backing out again due to crashes on 64 bit Linux.
|
2008-03-13 11:03:02 -07:00 |
|
igor@mir2.org
|
8205bdd921
|
bug=421274 r=brendan a1.9=mtschrep eliminating SAVE_SP_AND_PC and friends from the interpreter loop
|
2008-03-12 23:48:23 -07:00 |
|
igor@mir2.org
|
d75b521da0
|
backing out bug 421274
|
2008-03-12 23:23:09 -07:00 |
|
igor@mir2.org
|
e8279e4617
|
bug=421274 r=brendan a1.9=mtschrep eliminating SAVE_SP_AND_PC and friends from the interpreter loop
|
2008-03-12 22:52:52 -07:00 |
|
roc+@cs.cmu.edu
|
f081a45d74
|
Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon
|
2008-03-11 17:59:15 -07:00 |
|
roc+@cs.cmu.edu
|
05ecd33c39
|
Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon
|
2008-03-11 17:51:12 -07:00 |
|
jonas@sicking.cc
|
47a2cff0da
|
Back out due to failed mochitest
|
2008-03-10 19:18:15 -07:00 |
|
jonas@sicking.cc
|
4b8f2cdf7a
|
Bug 401155: Make sure plugins and XBL constructors not execute when creating a script wrapper if it's not safe to execute scripts. r=bz sr=jst.
|
2008-03-10 17:49:19 -07:00 |
|
jwalden@mit.edu
|
f57d2e7968
|
Bug 421767 - element.attributes.removeNamedItemNS(<non-existent attribute NS and name>) returns null instead of throwing. acid3++ r+sr=jst, a=beltzner
|
2008-03-10 16:02:36 -07:00 |
|
reed@reedloden.com
|
fc3bdaf3e0
|
Bug 417994 - "navigator object does not fully reflect user agent settings" [p=gfleischer+bugzilla@gmail.com (Gregory Fleischer) r+sr=jst a1.9=beltzner]
|
2008-03-08 03:19:22 -08:00 |
|
dbaron@dbaron.org
|
1af2ef5248
|
Add string needed if we implement :nth-*() pseudo-classes. b=75375 r+sr=bzbarsky
|
2008-03-07 23:39:35 -08:00 |
|
jwalden@mit.edu
|
347503284f
|
Make one test that relies on popup blocking being disabled fail quickly if popup blocking is enabled, and make another test non-Mozilla-specific because HTML5 got updated and now matches our behavior with respect to the origin of data: URIs (they have the origin of the window/script that opened them). rs=sicking
|
2008-03-06 18:32:21 -08:00 |
|
mrbkap@gmail.com
|
1e3cd43588
|
Fix compile warnings. No bug, debug only, r+rs=jst
|
2008-03-06 15:00:01 -08:00 |
|
mrbkap@gmail.com
|
24f718d4ac
|
Don't assume that chrome:// implies system principals. bug 419848, r=brendan sr=jst
|
2008-03-06 14:52:58 -08:00 |
|
jst@mozilla.org
|
e5b719bbc6
|
Fixing bug 396443. Make SVG documents act like all our other documents wrt enumeration hooks. r+sr=mrbkap@gmail.com
|
2008-03-06 12:20:42 -08:00 |
|
jst@mozilla.org
|
a4a2644b3b
|
Fixing bug 420858. Don't define fast expandos when binding names in JS. r+sr=brendan@mozilla.org
|
2008-03-04 20:43:57 -08:00 |
|
brendan@mozilla.org
|
50b405b149
|
More un-nesting #include fallout (r=mrbkap, bustage fix).
|
2008-03-04 16:44:30 -08:00 |
|
jst@mozilla.org
|
999b99b5ba
|
Fixing bug 419093. Make access to undeclared global properties fast too! r+sr=brendan@mozilla.org
|
2008-03-03 17:52:34 -08:00 |
|
jst@mozilla.org
|
75c29b117f
|
Fixing bug 413200. Make sure script termination functions run when XPConnect is done executing script on a context and there's no other script running on that context. r+sr=mrbkap@gmail.com
|
2008-03-03 17:44:16 -08:00 |
|
mrbkap@gmail.com
|
59987175f2
|
Outerize |this| always. bug 418069, r/sr=jst/brendan a=beltzner
|
2008-02-29 16:17:38 -08:00 |
|
bent.mozilla@gmail.com
|
872fe28df5
|
Bug 419655 - "Refreshing a page leaks an nsGlobalWindow until shutdown". r=peterv, sr=jst, a1.9b4+=schrep.
|
2008-02-28 18:05:57 -08:00 |
|
peterv@propagandism.org
|
d17050a582
|
Fix for bug 391209 (cycle collector crash with python objects). r/sr=jst, a=beltzner.
|
2008-02-28 05:12:43 -08:00 |
|
jwalden@mit.edu
|
3bdf362531
|
Add a test for postMessage(msg, undefined), which must be a syntax error as |undefined| is both present and not null.
|
2008-02-26 22:03:38 -08:00 |
|
jwalden@mit.edu
|
21d8f659f0
|
Bump UUID, forgotten on last checkin.
|
2008-02-26 21:02:56 -08:00 |
|
jwalden@mit.edu
|
5809da44ed
|
Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner
|
2008-02-26 19:48:54 -08:00 |
|
jonas@sicking.cc
|
65f4571f58
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-26 19:45:29 -08:00 |
|
reed@reedloden.com
|
d9ce9a6557
|
Bug 417617 - [p=Olli.Pettay@gmail.com (Smaug) r+sr=jst a=blocking1.9+]
|
2008-02-26 18:03:27 -08:00 |
|
reed@reedloden.com
|
ce8dfb0807
|
Bug 409349 - [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=Enn sr=dveditz a1.9=damons a=blocking1.9+]
|
2008-02-26 17:01:01 -08:00 |
|
dcamp@mozilla.com
|
9503bf9c88
|
Bug 397417: monitor disk usage of offline apps in the UI. r=enndeakin (nsDOMStorage change), r/sr=mconnor, ui-r/blocking-firefox3=beltzner
|
2008-02-26 13:13:17 -08:00 |
|
Olli.Pettay@helsinki.fi
|
5bf8e82603
|
Bug 415025, try to improve CC scheduling, r=peterv, sr=jst
|
2008-02-25 09:47:25 -08:00 |
|
reed@reedloden.com
|
7b58057fad
|
Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan]
|
2008-02-25 00:59:20 -08:00 |
|
Olli.Pettay@helsinki.fi
|
5ad351df5f
|
Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking
|
2008-02-24 02:55:37 -08:00 |
|
jst@mozilla.org
|
9df1fbb330
|
Fixing bug 418755. Revert our decision to throw WRONG_DOCUMENT_ERR per the DOM spec as the web expects that not to happen. r+sr=jonas@sickin.cc
|
2008-02-21 18:18:43 -08:00 |
|
jst@mozilla.org
|
c16eed1294
|
Fixing bug 417852. Push the context we're using to clear scopes on to make code down the road find the right context. r=dveditz@cruzio.com, sr=bzbarsky@mit.edu
|
2008-02-21 15:51:02 -08:00 |
|
benjamin@smedbergs.us
|
ca89a98e8c
|
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
|
2008-02-21 12:39:20 -08:00 |
|
gavin@gavinsharp.com
|
3106b6c27f
|
Back out bug 418069 because it causes a crash on startup for Camino
|
2008-02-20 18:06:26 -08:00 |
|
crowder@fiverocks.com
|
d7bbfe4d1d
|
Bug 418069 - js1_5/Regress/regress-379245.js FAIL - browser - bad this, patch by mrbkap, r=brendan, sr=jst, a1.9=brendan
|
2008-02-20 15:28:18 -08:00 |
|
roc+@cs.cmu.edu
|
816010cdc7
|
Bug 418158. nsIDOMSVGComponentTransferFunctionElement should not export the non-scriptable internal-use-only GenerateLookupTable function. r=rlongson,sr=pavlov,a=beltzner
|
2008-02-19 18:11:53 -08:00 |
|
roc+@cs.cmu.edu
|
259ae389f2
|
Bug 416204. feFlood should not support an in1 property, this was a bug in the SVG spec that is being fixed. r=rlongson,sr=pavlov,a=beltzner
|
2008-02-19 18:10:05 -08:00 |
|
sayrer@gmail.com
|
f825656cf9
|
Bug 417052. Adjust JS_GC heuristic. Patch by Igor Bukanov <igor@mir2.org>. r/a=brendan
|
2008-02-19 17:20:24 -08:00 |
|
jst@mozilla.org
|
38e5f686a8
|
Landing fix for bug 410010. Make exceptions thrown during even handling always get reported once the event handler has run. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org
|
2008-02-19 14:38:34 -08:00 |
|
jag@tty.nl
|
057bc17743
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
|
roc+@cs.cmu.edu
|
56ab47f9a6
|
Bug 416782. Rename isLocallyAvailable to mozIsLocallyAvailable because it's not part of any spec (yet). r+sr=jst
|
2008-02-17 13:26:29 -08:00 |
|
jst@mozilla.org
|
6dd4818b8e
|
Backing out fixes for bug 416931 due to the JS property tree blowing up in size due to this change.
|
2008-02-16 20:07:51 -08:00 |
|
jruderman@hmc.edu
|
1482a70818
|
Make gSerialCounter defined only ifdef DEBUG to silence a warning. Followup to bug 416939.
|
2008-02-16 14:15:32 -08:00 |
|
bzbarsky@mit.edu
|
a183f5e853
|
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
|
2008-02-15 21:13:16 -08:00 |
|
jwalden@mit.edu
|
c94942c6d0
|
Bug 417491 - Element.setAttribute(':', ...) throws DOMException INVALID_CHARACTER_ERR. r+sr=peterv, a=beltzner
|
2008-02-15 15:22:55 -08:00 |
|
jst@mozilla.org
|
37ff495f8f
|
Landing for bug 417387, followup fixes for bug 416931. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org.
|
2008-02-15 13:54:49 -08:00 |
|
Olli.Pettay@helsinki.fi
|
bdd3e9637b
|
Bug 409111, WRONG_DOCUMENT_ERR on unattached nodes through getBoxObjectFor, r+sr=sicking, a=mtschrep
|
2008-02-14 12:45:07 -08:00 |
|
jst@mozilla.org
|
ed02abd8ee
|
Fixing bug 417266. Don't call IsEventName() with non-string jsvals. r+sr=jonas@sicking.cc
|
2008-02-13 22:11:36 -08:00 |
|
bent.mozilla@gmail.com
|
566b83da67
|
Bug 416939 - "Broadcast the destruction of DOM windows". r+sr=jst, a=blocking1.9+.
|
2008-02-13 15:41:17 -08:00 |
|
bent.mozilla@gmail.com
|
e8fd2462e4
|
Bug 413447 - "nsXBLDocumentInfo can keep closed global window alive". r=jst, sr=sicking, a=blocking1.9+. Relanding.
|
2008-02-12 20:17:18 -08:00 |
|
jst@mozilla.org
|
0cf2ecbcde
|
Fixing bug 416931. Make accessing script defined global properties faster. r+sr=shaver@mozilla.org
|
2008-02-12 19:55:18 -08:00 |
|
jst@mozilla.org
|
f45b87199e
|
Landing fix for bug 414749. Make nsJSUtils::GetCallingLocation deal better with null principals. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org
|
2008-02-12 19:52:43 -08:00 |
|
bent.mozilla@gmail.com
|
9b3b4ac605
|
Bug 413447, backing out to see if unit tests pass.
|
2008-02-12 12:53:03 -08:00 |
|
benjamin@smedbergs.us
|
5e262ed60c
|
Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking
|
2008-02-12 11:46:26 -08:00 |
|
bent.mozilla@gmail.com
|
9f859d2cda
|
Bug 413447, SunOS bustage fix?
|
2008-02-12 11:34:22 -08:00 |
|