Commit Graph

52830 Commits

Author SHA1 Message Date
Robert Sayre
357a4a6366 Merge mozilla-central to tracemonkey. 2010-09-01 22:27:07 -07:00
Gregor Wagner
a3d37eaf94 Bug 592184 - TM: XPC_WN_CallMethod has to set the right compartment r=gal 2010-09-01 22:20:32 -07:00
Brian Hackett
7b0f64dbaa Backed out changeset c85589cb4d0c 2010-09-01 20:19:03 -07:00
Brian Hackett
711fb44e45 Bug 561506 - PIC for addprop. r=dmandelin 2010-09-01 20:00:58 -07:00
Masayuki Nakano
ce5c3032a2 Bug 590819 Click event isn't fired when mouse button down on border of <input> and mouse button up on padding box of it r=smaug, a2.0=jst 2010-09-02 11:38:54 +09:00
Taras Glek
f849918830 Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE r=asuth sr=shaver a=b6 2010-09-01 20:35:46 -05:00
Michael Wu
4d448ad314 Bug 592783 - Always attempt to extract application.ini and the child process executable, r=blassey a=blocking-fennec 2010-09-01 20:35:46 -05:00
Wesley Johnston
3fb432cc3e Bug 537180 - Fennec uses old blocklisting URL [r=dtownsend a=blocking-fennec] 2010-09-01 21:35:06 -04:00
David Mandelin
747c4fc309 Bug 587809 final: fix nits in version 'pre-landed' on JM, r=jorendorff 2010-09-01 17:52:23 -07:00
David Mandelin
966c4ef40f Backed out changeset 1b354f3d6e5c -- got landed wrong. 2010-09-01 17:48:31 -07:00
Alexander Surkov
82229f170c Bug 590176 - add pseudo SelectAccessible interface, r=marcoz, davidb, a=davidb 2010-09-02 09:46:59 +09:00
David Mandelin
4978410836 Bug 587809 final: fix nits in version 'pre-landed' on JM, r=jorendorff 2010-09-01 17:17:04 -07:00
Nicholas Nethercote
a677aa9e11 Bug 592177 - TM: inline fast path in checkForGlobalObjectReallocation(). r=bz. 2010-09-01 17:11:19 -07:00
Nicholas Nethercote
decf093d77 Bug 581595 - Optimize creation of RegExp.prototype.exec's return value. r=lw. 2010-09-01 16:39:56 -07:00
Robert Strong
9320bf1acd Patch 2 (tests only) - Bug 583408 - Notify user when the certificate attribute check fails. r=dtownsend, a=blocking2.0-beta6 2010-09-01 16:27:21 -07:00
Robert Strong
dc84ef605a Patch 1 (main patch) - Bug 583408 - Notify user when the certificate attribute check fails. r=dtownsend, a=blocking2.0-beta6 2010-09-01 16:27:07 -07:00
Robert Strong
e43b4b2b37 Stop using version.nsh - Bug 592133 - Installer includes 'Minefield is a Trademark of The Mozilla Foundation' when not using official branded. r=jmathies, ur-r=beltzner, a=approval2.0 beltzner 2010-09-01 16:26:53 -07:00
Robert Strong
3832fabbf1 Bug 591564 - Stop copying QuickTime's nsIQTScriptablePlugin.xpt. r=jmathies, a=approval2.0 dtownsend 2010-09-01 16:26:42 -07:00
Robert Strong
70e1a689c2 Bug 592785 - Don't report add-ons as incompatible if they are already incompatible with the current version. r=dtownsend, a=approval2.0 dtownsend 2010-09-01 16:26:30 -07:00
Robert Strong
1ee9ad0500 Workaround until minimum NSIS version required is 2.46 - Bug 506867 - /S command line option for silent installation is broken - fixed in the latest NSIS. r=jmathies, a=approval2.0 dtownsend 2010-09-01 16:26:20 -07:00
Jonas Sicking
7dffdc6069 Bug 568188: Reduce refcounting by making the id-table hold weak referenes. r=smaug a=jst 2010-09-01 15:48:24 -07:00
Jonas Sicking
6edfce093b Bug 591969: Fix feed reader UI in aero. r=gavin a=blocker 2010-09-01 15:38:54 -07:00
Joel Maher
28aa0b7258 Bug 592166 - Cleanup chrome:// references in a11y tests in preparation for running on anroid r=dbolter a=NPOTB 2010-09-01 15:09:56 -07:00
Michael Yoshitaka Erlewine
baeb757c82 Bug 591715: Utils.log: add option to use dump instead of console and add timing info [r=dao, a=gavin] 2010-09-01 16:04:12 -04:00
Michael Yoshitaka Erlewine
4f8496e95e Bug 586455: Separate structural versus visual CSS [r+a=dolske] 2010-09-01 16:14:37 -04:00
Jeff Muizelaar
8854ffd842 Bug 589395. d3d9: adjust vertex locations in the vertex shader. r=bas,a=blocking
Previously we adjusted the vertex locations directly, now
they have an implicit adjustment that happens in the vertex shader.
This should let us ignore the pixel center differences between
opengl/d3d9/d3d10.
2010-09-01 17:10:51 -04:00
Jeff Muizelaar
46319343f4 Bug 592458. Generate the d3d9 shaders using a script. r=bas,a=joe
This isn't part of the build because we don't want to depend
on the directx sdk (fxc) for building.
2010-09-01 17:02:02 -04:00
Timothy Nikkel
ada83800d7 Bug 591435. Need to honour paint suppression in subdocuments. r=roc a=blocking beta6+ 2010-09-01 15:44:48 -05:00
Timothy Nikkel
4e58616c08 Bug 591435. Fix tests that were relying on there being no paint suppression in subdocuments. r=roc 2010-09-01 15:44:48 -05:00
Patrick Walton
772e7609d5 Bug 588118 - Web Console error messages display the wrong line number r=sdwilsh a=bloking2.0 2010-09-01 12:56:10 -07:00
David Dahl
12bb05537a Bug 583101 - Web Console input and output display should use the same font and size r=dietrich a=dietrich 2010-09-01 12:56:06 -07:00
Julian Viereck
6ae4aeb701 Bug 588533 - Fix failing test for response body on Linux r=ddahl a=test-only-fix 2010-09-01 12:56:03 -07:00
Julian Viereck
ebdd399ac3 Bug 592264 - WebConsole: Error in RL_onDataAvailable NS_BINDING_ABORTED r=sdwilsh a=sdwilsh 2010-09-01 12:55:59 -07:00
Vladimir Vukicevic
cbe35a0e14 backing out 2796c7 (bug 539771); a=b 2010-09-01 15:54:01 -04:00
Vladimir Vukicevic
5ff9acda51 b=590244; update ANGLE to r385; r=vlad; a=b 2010-09-01 15:04:51 -04:00
Vladimir Vukicevic
482dd7f865 b=539771; Add support for context attribs to canvas; r=jmuizelaar 2010-09-01 15:04:48 -04:00
Vladimir Vukicevic
68ebc5b5bf b=590655; get rid of WebGL-prefixed typed array names; r=jst 2010-09-01 15:04:45 -04:00
Vladimir Vukicevic
8cdfe3a4c9 b=562902; typo fix followup 2010-09-01 15:04:40 -04:00
Tyler Downer
6ffec1f34a Bug 592295: Remove question mark from Undo?. r=dtownsend, a=blocking-b6 2010-09-01 10:31:12 -07:00
Alon Zakai
ecc43f9193 Bug 589598: InstallTrigger is not defined for frames inside webpages. r=dtownsend, a=blocking-betaN 2010-09-01 10:32:14 -07:00
Dave Townsend
c49f35d6c9 Bug 565300: Rename the themes pane to Appearance. r=Unfocused, a=blocking-b6 2010-09-01 10:04:09 -07:00
Dave Townsend
72d9ae17b8 Bug 585339: Uninstalling disabled add-ons cannot be undone. r=robstrong, a=blocking-b6 2010-09-01 10:02:28 -07:00
Dave Townsend
67efe7fc18 Bug 563135: Add-ons manager should expose outdated plugins. r=Unfocused, a=blocking-b6 2010-09-01 09:58:42 -07:00
Dave Townsend
6d35b5b2bf Bug 562902: Implement the final detail view mockups. r=Unfocused, a=blocking-b6 2010-09-01 09:57:48 -07:00
Dave Townsend
2ba6c27470 Bug 562901: Add icon64URL to API. r=Unfocused, sr=robstrong, a=blocking-b6 2010-09-01 11:10:03 -07:00
Chris Jones
078e84688f Test for bug 592002. a=test 2010-09-01 13:01:50 -05:00
Chris Jones
9f41678a5d Bug 592002: Out-of-turn RPC replies should be taken into consideration when checking for races, or else we can defer in-calls when we shouldn't. r=bsmedberg a=blocking-beta6 2010-09-01 13:01:50 -05:00
jeremias bosch
0bb66e4e73 Bug 592720 - Qt Maemo Build Errors. r=romaxa a=npodb 2010-09-01 13:01:50 -05:00
Rob Campbell
fa38dbdbae backout of rev. 9d7e7ac57f10 from bug 572038 due to txul regression, see bug 592525, a=#developers 2010-09-01 14:28:56 -03:00
Luke Wagner
dde4b9f7f0 Bug 592199 - call js_PutArguments from trace always (r=dmandelin, a=blocking) 2010-09-01 09:53:29 -07:00