diff browse |
85acdb9128ce699374a725e7000cb9daff19f22e 2009-07-01 12:12 -0700 |
Blake Kaplan - Bug 498000 - Throw a better error when toString is called cross-origin on an XPCNativeWrapper from an unprivileged context. r+sr=bzbarsky |
diff browse |
8312b1fdc8519f4bee84812e92cd24082d53c471 2009-07-01 12:01 -0700 |
Doug Turner - Bug 484488 - MakeFullWindow support for windows mobile. r=olli.pettay, sr=vlad |
diff browse |
ea19cebaa1efa695b16bb7e4ed8a62f074e81751 2009-07-01 11:45 -0700 |
Nick Kreeger - Merging for checkin of bug 501746 |
diff browse |
0d648609ce8112412325203c586fcb1e302f26f2 2009-07-01 11:41 -0700 |
Nick Kreeger - Fixing bug 501746 - nsChildView::DispatchEvent() has a stack nsCOMPtr that needs a QueryInterface call. |
diff browse |
b15a28eeed13491c92233f793baeb90fdc894011 2009-07-01 11:38 -0700 |
Vladimir Vukicevic - b=501180; add flag to disable compress for cabwiz to make_wince_cab; r=blassey |
diff browse |
082875fdb725a0182e05320b67b5f41bedd2bd9f 2009-07-01 11:36 -0700 |
Vladimir Vukicevic - b=499853; swimplify missing glyph rendering on mobile; r=stuart |
diff browse |
8a7eb0b510aa0a0a59897532a861069c3486be75 2009-07-01 11:35 -0700 |
Vladimir Vukicevic - b=499852; up network thread priority on Windows CE; r=jduell,sr=biesi |
diff browse |
35afe1f6703657575464305262bc1e3d0d6ebfcd 2009-07-02 03:15 +0900 |
Makoto Kato - Bug 499460 - Build error in plugin code for Symbian emulator. r=josh, sr=jst |
diff browse |
6135c784b4582a4ea887537bb34787cbd2a32c6c 2009-07-01 11:09 -0400 |
Josh Aas - Add new timer APIs to NPAPI, NPN_ScheduleTimer and NPN_UnscheduleTimer. b=499921 r/sr=jst |
diff browse |
0ad55acfa9794e3a52407d7e73ce3f3e17ffd7b5 2009-07-01 09:34 -0400 |
Benjamin Smedberg - Bug 500660 - Don't load XPT files from plugin directories any more r=josh sr=jst |
diff browse |
2e0b49c6032b218b66f425ac393a573f3429cdbd 2009-07-01 09:32 -0400 |
Benjamin Smedberg - Bug 501176 - Move nsXULAppAPI.h to tier-xpcom, r+sr=bz |
diff browse |
d54a92a63aa7960bc395c81f49fab70e45a357e2 2009-07-01 11:19 +0200 |
Marco Bonardo - Bug 496058 - mochitest-browser-chrome: browser_bookmarksProperties.js times out intermittently, r=enn |
diff browse |
0ccb9530d50944bba1c72f7105870ad1b6fa0e1e 2009-07-01 11:19 +0200 |
Marco Bonardo - Bug 500640 - Random failure in test_lastModified.js, r=adw |
diff browse |
6c06e841a7d500fe036eb2d87e8c19d238a221d8 2009-07-01 01:17 -0700 |
Ehsan Akhgari - Bug 501413 - In a right-to-left localization, clicking any url in the bookmark sidebar doesn't work; r=mak77 |
diff browse |
13a984402ff039e0e5450ae999340d2a2eb000ac 2009-07-01 17:16 +0800 |
Alexander Surkov - imported patch 501601 |
diff browse |
c017517703ae29f1c8761ebd8e120fd0e3591c8f 2009-07-01 00:16 -0700 |
Simon Montagu - Make fluid continuations between adjacent text frames with the same directionality. Bug 499538, r+sr=roc |
diff browse |
633484d3f9abbf9f6d5795ee6f64d61b4d9cc7a8 2009-07-01 16:10 +0800 |
Alexander Surkov - Bug 501078 - aria-selected=true on the row should be inherited by gridcell, r=marcoz, davidb |
diff browse |
f1e7a0072ccfaebc9ae439d2d7590319a1a7ce64 2009-06-30 18:35 -0700 |
Jonathan Griffin - Bug 501235 - "add new mochitest sub-harness for docshell testing." r=bzbarsky |
diff browse |
45d3e6f95292e6c4d3ca58bbf66c035c90815b86 2009-06-30 16:49 -0700 |
Doug Turner - Bug 495542 - make building without a necko/wifi an error. r=ted |
diff browse |
43853ddafa83db96cce5cf65e168b592b6e2688c 2009-06-30 16:22 -0700 |
Blake Kaplan - Merge backout. |
diff browse |
c61cd105562ea3708e3912b93a72d2de7ceba00a 2009-06-30 16:22 -0700 |
Blake Kaplan - Backed out changeset 291552e67a3b due to leaks. |
diff browse |
3a1f6d6aaea8097e234ba597fbbf8a48f3260b60 2009-06-30 16:00 -0700 |
Paul O'Shannessy - Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us |
diff browse |
516dfcdf9a578075095929f860b8c897b5652b39 2009-06-30 15:55 -0700 |
Johnny Stenback - Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org |
diff browse |
b1f348619ee284dcd7ac18acfc019b84d6bdc92b 2009-06-30 22:29 +0100 |
Neil Rashbrook - Bug 501071 Fix crash @ PL_strcmp - nsAccUtils::GetRoleMapEntry r=davidb |
diff browse |
61a70b55686d70ad3a84365322b02adefc11f42c 2009-06-30 17:16 -0400 |
Josh Aas - Change plugin unloading behavior to never unload plugins by default. Prior to this patch plugins were unloaded whenever their last instance was destroyed. The old behavior meant that going from one page with a Flash instance to another page with a Flash instance would shut down the entire Flash plugin instead of just destroying one instance and starting another. The new behavior dramatically cuts down on plugin loading/unloading activity. Set "plugins.unloadASAP" to "true" to enable the old behavior of unloading plugins as soon as their last instance is destroyed. b=500925 r=bz sr=jst |
diff browse |
291552e67a3b804bdd5372ef7fbbe3a3f90e4518 2009-06-30 13:49 -0700 |
Blake Kaplan - Bug 500931 - Ensure that weak reference wrappers return the right object when called upon. r=bent sr=jst |
diff browse |
c1bbdacbc44a2421d4b05fa1d0e0ff946794646f 2009-06-30 16:49 -0400 |
Josh Aas - Remove nsPIPluginHost. b=501388 r/sr=jst |
diff browse |
ebbcf6317c98fa89b937155bf1d622e09f231bfc 2009-06-30 16:35 -0400 |
Antonio Gomes (tonikitoo) - Bug 471229 - can't type an apostrophe or parenthesis in text fields. r=dougt |
diff browse |
83e105e5f0dbd148af923d0533be77dff0e6b96f 2009-06-30 12:19 -0700 |
Robert Sayre - Merge tracemonkey to mozilla-central. |
diff browse |
1c7827f6893b122cedee91d878e4999b8a84b6c7 2009-06-30 14:55 +1000 |
Nicholas Nethercote - Remove dead setCallTable() declaration (bug 488515, r=gal). |
diff browse |
277600eefe7b529bf5d2c682db4d9e0fd7508b50 2009-06-29 17:04 -0700 |
David Mandelin - Bug 500621: make regexp lirbuf setup work the same as tracing lirbuf to avoid mem leak, r=dvander |
diff browse |
0d8471040a29974f757ed48d456657025f80c55c 2009-06-29 16:10 -0700 |
Mike Hommey - Bug 501241 - xpcshell fails to build when setting EDITLINE. r=mrbkap |
diff browse |
c33113dc0b6323fb859d42c015d01978ea572a92 2009-06-29 15:19 -0700 |
Andreas Gal - js_GetMethod shouldn't detect (501229, r=jorendorff). |
diff browse |
3953deba47a439c4bcea4e413126713628e615a2 2009-06-29 14:56 -0700 |
David Mandelin - Bug 496448: check in python scripts for TraceVis, r=brendan |
diff browse |
28d3d732b07f1869f6d06370f2a85158e2cc4bd5 2009-06-29 13:23 -0700 |
Andreas Gal - clearResv() is i->resv()->clear() now (501072, r=graydon). |
diff browse |
303067b199ae6dcfb1a9c4fe0368677f3d939f5a 2009-06-29 13:26 -0500 |
Paritosh Aggarwal - Bug 499365 - lirasm - Provide for execution of multiple fragments in a single file. r=jorendorff. |
diff browse |
0b78e49bcc4019dd9945cb607073af28df5e74f6 2009-06-29 10:55 -0700 |
Andreas Gal - Missing strtointeger path in js_StringToInt32 (501124, r=brendan). |
diff browse |
e3d991bd0f557c629a80b26e1dc57e8ce3c84e94 2009-06-27 11:21 -0700 |
Robert Sayre - Merge. |
diff browse |
8d6da1b2fb10552e4f82dbaa24d0634d953e27ac 2009-06-27 11:19 -0700 |
Robert Sayre - Merge mozilla-central to tracemonkey |
diff browse |
71e3e7b403413a74b7a5738f0d4b6cb0cbfd1e46 2009-06-26 16:29 -0700 |
Andreas Gal - Deep abort is not detected in JSOP_IN (500108, r=dvander). |
diff browse |
f8647d897886685f95de64ee120a41658609798c 2009-06-26 12:37 -0700 |
Graydon Hoare - Bug 473989 - Adjust trace-test.js part of 'make check' in js/src to handle win32 properly, r=bsmedberg. |
diff browse |
d783ad5c99750561db0f01a6d1dab3d41f65a804 2009-06-26 11:13 -0700 |
Graydon Hoare - Bug 500580 - JS_CallFunction path isn't ~JIT guarded against non-global scope chains, r=brendan. |
diff browse |
a80b7a99740191e39fdba1e672263f674c704834 2009-06-25 16:20 -0700 |
Graydon Hoare - Bug 500491 - Only reset saved JSOPTION_JIT after js_Execute, r=brendan. |
diff browse |
f43488dbb0653b4c22a4934336b62a20cf24b675 2009-06-26 10:40 -0700 |
Brendan Eich - Back out incorrect patch for bug 497789 (r=jorendorff). |
diff browse |
854847bdf06536412582752d759631f87c454c15 2009-06-25 18:03 -0500 |
Jason Orendorff - Bug 499897 - reverse INULL in js_ComputeFilename. r=Waldo. |
diff browse |
659c846f3dd38764146fc667387de81a311d3479 2009-06-25 17:14 -0700 |
David Anderson - Nits to Queue<T>, assert valid index and support 0 starting size (bug 500554, r=gal). |
diff browse |
8d64e8df77b6bdeb05e08bcd3960a15257a03aea 2009-06-25 16:36 -0700 |
Jeff Walden - Windows bustage fix, r=foopy |
diff browse |
e0766312c3cb728ce5e4c699181df37858755173 2009-06-25 16:19 -0700 |
David Anderson - Merge. |
diff browse |
b3f1503f46555d18833ed5ae4288eebaeca78864 2009-06-25 16:15 -0700 |
David Anderson - Nits. |
diff browse |
cc69258f39806e1486821361f7033deff97a01d4 2009-06-10 16:58 -0700 |
Jeff Walden - Bug 497207 - Define |enum JSTraceType| and stop overloading JSVAL_* for trace-time types. r=jorendorff |
diff browse |
64b4a0f1aef5b9c5aa27b0f5b936e3243a7f4665 2009-06-25 16:02 -0700 |
David Anderson - Avoid pedantic errors about trailing commas in lists (build bustage fix). |
diff browse |
e78a9143d14009f8cbfbf3a261362ad699b3862e 2009-06-25 15:41 -0700 |
David Anderson - Follow-up nits to bug 500522. |
diff browse |
310c9f052f8e597511d6cc453ab460845eca289e 2009-06-25 15:32 -0700 |
David Anderson - Print exit names instead of numbers (bug 500522, r=gal). |
diff browse |
40a8927ba4bae9a7eb5c9e318e81caba99f5d764 2009-06-25 14:43 -0700 |
David Anderson - Added TMFLAGS=full mode to mimic TRACEMONKEY=verbose (bug 500517, r=gal). |
diff browse |
3d69fc97cd49f30f673f528bc1f1a2f42bde9dc2 2009-06-25 14:16 -0700 |
Brendan Eich - Followup assertion restoration and comment fix (497789, r=jorendorff). |
diff browse |
367f7b30bb5c0c1a8ee0b7ae1eef41a42d7dfebb 2009-06-25 12:47 -0700 |
Graydon Hoare - Bug 473989 - Enable trace-test on 'make check', r=ted. |
diff browse |
78217dbf7aa4f09099fa6e00c3d18563fb484bca 2009-06-25 15:19 -0400 |
Benjamin Smedberg - GetAtomFromBytecode is actually JS_REQUIRES_STACK, just marking it so. |
diff browse |
40e6ab74385349a34e3f544eea084c88770a63ae 2009-06-25 15:12 -0400 |
Benjamin Smedberg - Bug 499971 - js_GetCallVar and several others which are used as JSNatives must not be JS_REQURIES_STACK, r=jorendorff |
diff browse |
4a285e011ed021eb116a557cafd19e52950954fb 2009-06-25 15:12 -0400 |
Benjamin Smedberg - Bug 498398 - fast natives such as array_sort and many others must not be JS_REQUIRES_STACK, r=jorendorff |
diff browse |
30afa03b9944bc77d9d1746a3a46b588a120628b 2009-06-25 15:12 -0400 |
Benjamin Smedberg - Bug 491988 - do JS_REQUIRES_STACK analysis on function pointers, r=jorendorff+dmandelin |