Jeff Walden
|
e2834ef56d
|
Require JSFunction::inStrictMode() callers to check for isInterpreted() first, since most already know that the function in question is interpreted. r=dmandelin
|
2010-12-22 21:06:08 -05:00 |
|
Jeff Walden
|
59814e4551
|
Bug 620315 - "Assertion failure: unexpected constantly false guard detected" with "use strict", 4 > this. Fix a problem where we weren't marking functions created by |new Function| as accepting a primitive this value when their body was strict mode, by removing the duplicative bit that was being checked. r=dmandelin
|
2010-12-22 18:05:07 -05:00 |
|
Jeff Walden
|
c137b2d4d9
|
Bug 610350 - Assigning to a named function's name in strict mode code should throw. r=brendan
|
2010-11-12 14:33:46 -08:00 |
|
Jeff Walden
|
fa572289d5
|
Bug 620130 - Calls to eval with same code + varying strict mode of script containing eval == fail. r=brendan
|
2010-12-18 14:17:09 -06:00 |
|
Jeff Walden
|
ddd7f1a0d1
|
Bug 575535 - ES5 Function.prototype.{apply,call} do not coerce |this| to object. We've done this since the original strict-this patch landed, but we haven't deliberately tested this aspect of {apply,call} -- do so here. r=jorendorff
|
2010-12-08 11:33:05 -08:00 |
|
Jeff Walden
|
c878b13a0a
|
Fix a null-check typo. rs+coolhand=luke
|
2010-12-24 18:18:17 -05:00 |
|
Jeff Walden
|
6a9b79575d
|
Add tests for bug 600392, which was fixed by a backout in bug 599159. r=testingonlychange
|
2010-12-22 21:32:02 -05:00 |
|
Paul Biggar
|
2b587a0fb7
|
Bug 620880 - Change default --jitflags to mjp (r=dmandelin)
When running |jit-test/jit_tests.py|, use --jitflags=mjp by default.
When running |make check|, use --jitflags=m,j,mj,mjp,mjd by default.
|
2010-12-27 11:31:36 -08:00 |
|
Paul Biggar
|
a27afaacb0
|
Bug 621341 - make jit_test.py and jstests.py executable (r=dmandelin)
Change their permission bits, and add interpreter lines.
|
2010-12-27 11:31:32 -08:00 |
|
Phil Ringnalda
|
b3eb7cb551
|
Bug 621348 - Disable regress-336410-2.js on debug Linux where it times out, r=bclary
|
2010-12-26 08:00:18 -08:00 |
|
Neil Deakin
|
f47c647209
|
Bug 580710 - Drag&Drop onto sidebar loads page into sidebar, r=neil, a=b
|
2010-08-11 07:37:00 -07:00 |
|
Sean Bright
|
ec1ac80f7c
|
Bug 618694 - xulrunner help dialog text has trailing garbage, r+a=bsmedberg
|
2010-12-12 08:09:00 -08:00 |
|
timeless@mozdev.org
|
95d7ec83cd
|
Bug 620252 RomanToText could use // FALLTHROUGH comments for 3 and 2, r+a=dbaron
|
2010-12-19 19:38:00 -08:00 |
|
timeless@mozdev.org
|
f7586490f4
|
Bug 621023 presContext = GetPresContext() is unused ifndef DEBUG in PresShell::Paint, r+a=dbaron
|
2010-12-22 14:30:00 -08:00 |
|
timeless@mozdev.org
|
c4888bce55
|
Bug 620304 crash [@ nsTypedSelection::GetIndicesForInterval] if !aStartIndex/!aEndIndex, r+a=jst
|
2010-12-20 01:19:00 -08:00 |
|
timeless@mozdev.org
|
2d1e9665df
|
Bug 620402 crash [@ gfxTextRun::BreakAndMeasureText] if haveHyphenation && !aProvider, r+a=roc
|
2010-12-20 15:54:00 -08:00 |
|
timeless@mozdev.org
|
6c576c123a
|
Bug 620184 remove null checks from GetDOMSlots() and rename it to DOMSlots() because it is infallible in m-c, r+a=sicking
|
2010-12-21 17:04:00 -08:00 |
|
timeless@mozdev.org
|
c2eced952b
|
Bug 617699 nsDOMFileReader::DispatchProgressEvent compares PRUint64 mReadTotal >= 0, r+a=sicking
|
2010-12-08 17:23:00 -08:00 |
|
timeless@mozdev.org
|
5f4030f326
|
Bug 620253 nsResizerFrame::AdjustDimensions fall through comment is misplaced, r+a=dbaron
|
2010-12-19 19:39:00 -08:00 |
|
timeless@mozdev.org
|
3799bc5da5
|
Bug 569454 bad ownership model for allProperties in GRE_GetGREPathWithProperties, r+a=bsmedberg
|
2010-12-09 01:22:00 -08:00 |
|
Timothy Nikkel
|
1e188a8d19
|
backed out f7a6e3530d99 (bug 620974) for xpcshell failure a=backout
|
2010-12-24 16:17:22 -06:00 |
|
Robert O'Callahan
|
bfe2452ebc
|
Bug 584251. Wallpaper around crash. r=joshmoz a=blocking-betaN+
|
2010-12-24 14:37:03 -06:00 |
|
Mats Palmgren
|
dc55df0bac
|
Bug 618996. Correctly compare rounded rect clip items for sameness. r=dbaron a=dbaron
|
2010-12-24 14:37:03 -06:00 |
|
Cameron McCormack
|
cc2415b164
|
Bug 620295 - Give SVGAElement objects an href property in JS r=jwatt a=roc
|
2010-12-22 16:30:38 +13:00 |
|
Ted Mielczarek
|
6a08b14d55
|
bug 620974 - Add memory mapping info to Windows minidumps. r=timeless, a=gavin.sharp
--HG--
extra : rebase_source : f52d894e18fab175032256de9fb943caf327d7bc
|
2010-12-23 14:18:31 -05:00 |
|
Robert Longson
|
e39c239054
|
Bug 621210 - Clear cached ctm when painting mask children; r=jwatt; a=roc
|
2010-12-24 09:30:01 +00:00 |
|
Serge Gautherie
|
4116d178ce
|
Bug 614474 - ERROR TEST-UNEXPECTED-FAIL | /tests/dom/indexedDB/test/test_bfcache.html | Test timed out; Backout "(Av1) Add |SimpleTest.requestLongerTimeout(2);|" which didn't really help.
rs=(bent, philringnalda) a=(test only).
DONTBUILD
|
2010-12-24 08:57:14 +01:00 |
|
Makoto Kato
|
d0748609ac
|
Bug 620140 - Bug 616271 causes CanLoadPlugin returns failure when plugin path is non-ASCII. r=joshmoz a=blocking-beta9+
|
2010-12-20 12:52:03 +09:00 |
|
Ginn Chen
|
744db68b92
|
Bug 614917 If Solaris Studio is used, strip LD LDFLAGS when configure libffi r=ted.mielczarek a=NPOTB
|
2010-12-24 10:28:47 +08:00 |
|
Robert O'Callahan
|
e835ebeb75
|
Backing out part 5 of bug 617152. a=blocking
|
2010-12-24 15:15:11 +13:00 |
|
Robert O'Callahan
|
5509213034
|
Backing out ade671d15514
|
2010-12-24 15:14:04 +13:00 |
|
Dão Gottwald
|
33e995824a
|
Bug 608589 - Report error and manually remove tab when closing animation doesn't finish. r=gavin a=b
|
2010-12-23 23:31:03 +01:00 |
|
Dão Gottwald
|
3c52d16753
|
add comment
|
2010-12-23 23:24:00 +01:00 |
|
Dão Gottwald
|
7017556ea6
|
Bug 618546 - Add-on bar covers lightweight theme background. r=mstange a=gavin
|
2010-12-23 20:55:15 +01:00 |
|
Azat Tymerkaev
|
d6334e2066
|
Bug 621081 - Feed discovery icon needs disabled state styling. r=dao
|
2010-12-23 20:55:04 +01:00 |
|
Markus Stange
|
1a7d17d1b7
|
Bug 620059 - Fix specificity of background and box-shadow overrides for tab strip buttons. r=dao, a=final
|
2010-12-23 18:44:26 +01:00 |
|
Markus Stange
|
e2fa2d91df
|
Bug 583078 - Reduce padding and re-introduce separator lines between extension toolbars in the main browser window. r=dao, a=betaN
|
2010-12-23 18:41:51 +01:00 |
|
Ben Hearsum
|
e26060747c
|
Create UPDATE_PACKAGING_R13 tag for bug 583671. r=rail. a=npotb DONTBUILD
|
2010-12-23 12:27:50 -05:00 |
|
Mihai Sucan
|
b409cdbd95
|
Bug 611789 - Web Console cleanup: Remove the window registry; f=rcampbell r=sdwilsh a=blocking2.0
|
2010-12-23 13:07:03 -04:00 |
|
Rob Campbell
|
f22fbb6193
|
Bug 475991 - Extend the NPAPI to allow plugins to participate in redirects - fix line endings; r=rcampbell, a=test-fix; DONTBUILD
|
2010-12-23 12:30:44 -04:00 |
|
Patrick Walton
|
cb40fc1d90
|
Bug 605621 - Web Console output box should be reskinned - part 1; f=mihai.sucan r=sdwilsh a=blocking2.0
--HG--
rename : toolkit/components/console/hudservice/tests/browser/browser_webconsole_bug_586142_insert_newlines.js => toolkit/components/console/hudservice/tests/browser/browser_webconsole_copying_multiple_messages_inserts_newlines_in_between.js
|
2010-12-23 11:59:19 -04:00 |
|
Brian Birtles
|
64e7373c44
|
Bug 615788 - Clear cached ctm when painting pattern children; r=longsonr; a=roc
|
2010-12-23 14:48:31 +09:00 |
|
Brian Birtles
|
8658beede3
|
Bug 618205 - SVG SMIL: Correctly fallback to non-additive animation on display and shorthand properties; r=dholbert; a=roc
|
2010-12-23 14:48:31 +09:00 |
|
Brian Birtles
|
2b13cacbcd
|
Bug 615872 Part 2 - SVG SMIL: Remove local resamples from timed elements; r=dholbert; a=roc
|
2010-12-23 14:48:31 +09:00 |
|
Brian Birtles
|
845e17fc42
|
Bug 615872 Part 1 - SVG SMIL: Remove unneeded mTimedDocumentRoot member from nsSVGAnimationElement; r=dholbert; a=roc
|
2010-12-23 14:48:30 +09:00 |
|
Boris Zbarsky
|
fea1570ace
|
Adding test for bug 617296. a=test-only
|
2010-12-22 22:40:23 -05:00 |
|
Vladimir Vukicevic
|
1160e65f4c
|
[no bug]; update webgl test; a=npotb
|
2010-12-22 19:25:48 -08:00 |
|
Matthew Gregan
|
b8df85dbab
|
Bug 573039 - Construct nsCUPSShim statically and avoid calling PR_UnloadLibrary on libcups after it has been initialized. r=karlt a=blocking2.0
|
2010-12-23 13:59:41 +13:00 |
|
Boris Zbarsky
|
63efadb944
|
Bug 549459. Don't show information about the object principal in the error string. r=mrbkap a=blocker
|
2010-12-22 19:55:42 -05:00 |
|
Mounir Lamouri
|
301df17125
|
Bug 618948 - Add support for element.oninput and element.oninvalid. r=smaug a=sicking
|
2010-12-22 19:43:50 -05:00 |
|