Commit Graph

4135 Commits

Author SHA1 Message Date
igor@mir2.org
072eb51edf Bug 390348: pinning of JSAtomState.emptyAtom is restored. r=brendan 2007-08-02 02:28:25 -07:00
igor@mir2.org
d7c8d33f9f Bug 385393: Changing the return value of js_BoyerMooreHorspool to be jsint to fix mingw compilation. 2007-08-02 02:14:06 -07:00
vladimir@pobox.com
d4deab5ade re-enable mochitests 2007-08-02 01:55:58 -07:00
vladimir@pobox.com
a28a1650fb Create a new canvas for each test run; also, don't hang if an exception is thrown, instead print an error and exit 2007-08-02 01:53:53 -07:00
brendan@mozilla.org
a12dfaf037 Fix bogus assertion in last patch (for 385393). 2007-08-02 01:21:55 -07:00
vladimir@pobox.com
950b9efd1c temporarily disable mochitest 2007-08-02 00:58:45 -07:00
vladimir@pobox.com
ec69972c14 check cairo error code for errors in GetInputStream, as well as the surface 2007-08-02 00:45:58 -07:00
vladimir@pobox.com
8faf0c0219 linux tinderbox fix, thought I fixed this a different way, guess not 2007-08-02 00:11:27 -07:00
vladimir@pobox.com
ee3f91837a b=383960, moz cairo: win32/msvc fixes, disable MMX util it's fixed 2007-08-02 00:02:41 -07:00
vladimir@pobox.com
c93279ad8c b=383960, moz cairo: new cairo-rename.h 2007-08-02 00:02:18 -07:00
vladimir@pobox.com
468916b9a7 b=383960, moz cairo: fix up compilation with in-tree pixman 2007-08-02 00:01:57 -07:00
vladimir@pobox.com
5d3b866bdf b=383960, moz cairo: nonfatal-assertions.patch 2007-08-02 00:01:36 -07:00
vladimir@pobox.com
9d55b98abf b=383960, moz cairo: win32-no-printer-bitblt.patch 2007-08-02 00:01:14 -07:00
vladimir@pobox.com
4611c948ad b=383960, moz cairo: win32-logical-font-scale.patch 2007-08-02 00:00:53 -07:00
vladimir@pobox.com
23b1098ddb b=383960, moz cairo: win32-scaled-font-size.patch 2007-08-02 00:00:32 -07:00
vladimir@pobox.com
bf5d6cb2b6 b=383960, moz cairo: no longer needed: quartz-glyph-rounding.patch 2007-08-02 00:00:10 -07:00
vladimir@pobox.com
a678a5bbd1 b=383960, moz cairo: no longer needed: fbcompose-bandaid.patch 2007-08-01 23:59:49 -07:00
vladimir@pobox.com
594ffc2fe1 b=383960, moz cairo: max-font-size.patch 2007-08-01 23:59:30 -07:00
vladimir@pobox.com
935decd7ff b=383960, Cairo 1.5.x: fix XLIB_XRENDER feature 2007-08-01 23:59:07 -07:00
vladimir@pobox.com
eda0b3d22a b=383960, Cairo 1.5.x: Cairo 2007-08-01 23:58:46 -07:00
vladimir@pobox.com
9002f999f0 b=383960, Cairo 1.5.x: pixman mozilla fixes 2007-08-01 23:57:51 -07:00
vladimir@pobox.com
92f300e644 b=383960, Cairo 1.5.x: pixman 2007-08-01 23:54:40 -07:00
brendan@mozilla.org
40101f57b0 Fixing uninitialized v bug in InitExnPrivate (385393 followup, r=waldo). 2007-08-01 23:32:41 -07:00
brendan@mozilla.org
f9ab1bb197 No good, un-reverting. 2007-08-01 23:05:44 -07:00
brendan@mozilla.org
a5bb4b6493 Attempt to fix orange. 2007-08-01 22:46:19 -07:00
brendan@mozilla.org
ba3ad2ce7a Fast (frame-less) native call optimizations (385393, r=igor). 2007-08-01 21:33:52 -07:00
dolske@mozilla.com
d8016f5091 wallpaper part 2 for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons. 2007-08-01 18:04:04 -07:00
zach@zachlipton.com
71cbd79b49 Adjust background on captions 2007-08-01 16:57:53 -07:00
dolske@mozilla.com
88ab8a8d73 wallpaper for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons. 2007-08-01 16:26:35 -07:00
jst@mozilla.org
22d117a70f Fixing bug 389856. Fix dialog argument handling. r=mrbkap@gmail.com, sr=jonas@sicking.cc 2007-08-01 15:38:44 -07:00
mrbkap@gmail.com
f429921c80 Make enumeration over XOWs work. bug 390001, r=jst/brendan sr=jst 2007-08-01 15:25:47 -07:00
dcamp@mozilla.com
2223d6fa5f disable some offline tests with problems, b=390494, r=vlad, a=damons 2007-08-01 11:46:32 -07:00
zach@zachlipton.com
60602cd161 Add new skin work (thanks to Zach Linder), fix tab bar, and add "test n of
n" to litmus tab.
2007-08-01 10:49:41 -07:00
nrthomas@gmail.com
99391044c1 Bug 389915, update verification for Tb 2.0.0.6, r=preed 2007-08-01 02:02:04 -07:00
dcamp@mozilla.com
8c1edb4166 bump the nsIUrlClassifierDBServiceWorker uuid, b=390398, r=vlad, a=damons 2007-07-31 17:52:02 -07:00
vladimir@pobox.com
9521c6d47f b=390202, trunk topcrash gfxFont::Draw, r=stuart,a=damon 2007-07-31 13:34:43 -07:00
mrbkap@gmail.com
7713385300 Let "window.eval" work again by always wrapping eval when it comes out of a cross origin wrapper. bug 389878, r+sr=jst 2007-07-31 13:15:21 -07:00
mrbkap@gmail.com
4b4cd4b8f1 Protect vp from garbage collection, since GC could nest under several of the calls here. bug 390222, r+sr=jst 2007-07-31 12:17:31 -07:00
zach@zachlipton.com
1aa6596438 s/chome/chrome/ 2007-07-31 12:05:30 -07:00
rob_strong@exchangecode.com
47b3d68a91 Missed file from the checkin of Bug 368587 - avoid the second UAC prompt for helper.exe on software update by launching it directly from the elevated updater.exe process. r=bsmedberg, a=mconnor 2007-07-31 11:51:58 -07:00
kairo@kairo.at
7d387acfa1 bug 389807 - cvs remove xpinstall/standalone, r=bsmedberg 2007-07-31 07:49:06 -07:00
myk@mozilla.org
02bb1ac2c6 bug 389969: followup patch that makes the protocol handling dialog work on Mac as well;
r=biesi
sr=dmose
a=schrep for M7
2007-07-30 21:57:37 -07:00
dietrich@mozilla.com
ee2638e3a7 Bug 389876 followup (r+a=mconnor) 2007-07-30 21:55:51 -07:00
dietrich@mozilla.com
e492b2e147 Bug 390171 clearing history for a host can delete annotations (r=sspitzer, a=mconnor) 2007-07-30 20:30:52 -07:00
dietrich@mozilla.com
ef91f561d8 Bug 389876 after places schema change to remove moz_places.user_title, first time start up is very slow (r=sspitzer, a=schrep) 2007-07-30 19:16:02 -07:00
jonas@sicking.cc
3eaf4622de Remove tests accessing remote server 2007-07-30 18:16:24 -07:00
jonas@sicking.cc
da0e93de39 Bug 389508: Fix regressions and bugs in the new Cross Site XMLHttpRequest support. r/sr=jst a=roc 2007-07-30 17:42:16 -07:00
zach@zachlipton.com
e96df646a8 *** empty log message *** 2007-07-30 17:14:06 -07:00
roc+@cs.cmu.edu
9009ef6bb7 Backing out patches for bug 385270 (mostly --- due to other checkins in the meantime, the GetContent*() helper functions need to stay) to fix regressions. a=schrep 2007-07-30 16:56:14 -07:00
sdwilsh@shawnwilsher.com
e50a443cd2 Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep 2007-07-30 16:33:16 -07:00