Commit Graph

8617 Commits

Author SHA1 Message Date
sspitzer@mozilla.org
c932ae6528 supplimental fix for bug #405231 and bug #406094: (the pref got renamed) 2007-12-04 01:36:08 -08:00
igor@mir2.org
e5af2095c0 Bug 406555: The decompiler output no longer depend on JS_C_STRINGS_ARE_UTF8 for uniformity. a,r=brendan 2007-12-04 01:30:23 -08:00
igor@mir2.org
1c10d71daf Bug 405962: extra patch to move the switch case for CALL_PROP to a beter place in the source. r,a=brendan 2007-12-04 01:26:23 -08:00
jwatt@jwatt.org
38b83d293a Re-enable reftest on Linux now that tboxes are updated and crash is gone 2007-12-04 01:19:37 -08:00
igor@mir2.org
0ea5b6f14c Bug 405962: making sure that we can compile with !JS_HAS_XML_SUPPORT. a,r=brendan 2007-12-04 01:08:13 -08:00
sspitzer@mozilla.org
d74c607a13 fix for bug #405231: create the "Smart Bookmarks" folder and queries for existing profiles fix for bug #399477: determine better wording for "Places" folder and pre-defined queries r=dietrich, a=blocking-firefox3+ 2007-12-04 00:31:07 -08:00
bclary@bclary.com
03082af022 JavaScript Tests - update known failure list, bug 406726, not part of the build 2007-12-04 00:30:49 -08:00
jwatt@jwatt.org
8ecf5a2fcc Re-enable reftest on Linux now that tboxes are updated and crash is gone 2007-12-04 00:12:44 -08:00
sspitzer@mozilla.org
072a037af4 fix for bug #406094: removing places.sqlite manually (or having it corrupted) and restarting leaves me without a personal toolbar, without a bookmarks menu, and with a blank organize patch=Marco Bonardo <mak77@supereva.it> r=sspitzer a=schrep for 1.9 2007-12-04 00:08:33 -08:00
sspitzer@mozilla.org
a05a934200 backing out. 2007-12-04 00:07:15 -08:00
sspitzer@mozilla.org
7098e7087f *** empty log message *** 2007-12-04 00:03:25 -08:00
longsonr@gmail.com
54f0fc6396 Bug 406312 - textPath startOffset does not react to DOM changes. r=tor,sr=roc,a1.9=tor 2007-12-03 22:51:36 -08:00
dwitte@stanford.edu
c35938c835 relanding 402008. 2007-12-03 22:30:47 -08:00
reed@reedloden.com
1a3396c0ad Bug 404498 - "Improve GTK look of menu selection" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=schrep] 2007-12-03 22:28:34 -08:00
joshmoz@gmail.com
fd8bb8f823 don't call RemoveAll when responding to DOM label change for a submenu in Cocoa menu code. b=406631 r=cbarrett sr=roc a=schrep 2007-12-03 22:10:51 -08:00
dcamp@mozilla.com
d1be87fadf Bug 406621: fix an off-by-one error reading chunks during safebrowsing updates. r=tony, a=dsicore 2007-12-03 21:49:11 -08:00
tor@cs.brown.edu
0b43c94739 Bug 376952 - pointer events not working properly when clipPath present. r=longsonr, sr=roc, a=tor 2007-12-03 21:11:49 -08:00
dcamp@mozilla.com
a0669a4d56 Bug 405685: check the phishing preference when blocking pages in the url-classifier. r=tony, a=dsicore 2007-12-03 21:10:22 -08:00
dcamp@mozilla.com
61678070f3 Bug 403354: only read/parse/write applied-chunk lists once per safe-browsing update. r=tony, a=damons 2007-12-03 20:49:22 -08:00
reed@reedloden.com
ac9b5300ca Bug 403423 - "PNG files with sRGB chunk displayed improperly when color_management is enabled" [p=glennrp@gmail.com (Glenn Randers-Pehrson) r=tor sr=stuart a1.9=damons] 2007-12-03 20:43:09 -08:00
tor@cs.brown.edu
52c686c1e5 Bug 370006 - svg doesn't get scaled up on high resolution displays. r=jwatt, sr=roc 2007-12-03 20:40:52 -08:00
dcamp@mozilla.com
27fbc00206 Bug 404645: apply an entire safebrowsing update as one transaction, rather than a transaction per chunk of entries. r=tony, blocking-1.9=beltzner 2007-12-03 20:35:25 -08:00
joshmoz@gmail.com
aba0e4cbc3 Set menu object title to the same thing as it's parent menu item title because it turns out in some cases the menu's title itself does matter. Patch by Colin Barrett. b=405674 r=josh sr=roc 2007-12-03 20:24:52 -08:00
masayuki@d-toybox.com
1a63c8d59c Bug 405151 IME handling is killed at opening a popup which has |ignorekeys=true| r=enndeakin, sr=roc, b1.9=beltzner 2007-12-03 20:07:12 -08:00
jst@mozilla.org
e9b15f58e3 Fixing bug 406671. Speed up nsWindowSH::GetProperty(). r+sr=peterv@propagandism.org, a=jonas@sicking.cc 2007-12-03 19:53:00 -08:00
jst@mozilla.org
dcbc4b321a Fixing bug 406692. Speed up nsNodeSH::PreCreate(). r+sr=peterv@propagandism.org, a=jonas@sickin.cc 2007-12-03 19:49:33 -08:00
jwalden@mit.edu
908d04a379 Kick the stupid Windows test box. 2007-12-03 19:40:06 -08:00
jwalden@mit.edu
d3b11a2cbf Bug 376957 - Prevent data leaks from cross-site JSON loads (JavaScript literals), by making the global name bindings ReadOnly/DontDelete and making [] and {} use the global bindings. Still more that can be done here, but this covers a lot of the fix. r+a=brendan 2007-12-03 19:05:24 -08:00
dwitte@stanford.edu
5474394150 backing out due to orange. 2007-12-03 18:46:02 -08:00
rob_strong@exchangecode.com
08ae24aa2a Bug 406387 - Move System Defaults from Main to Advanced - General. r=sspitzer, approval1.9=dsicore 2007-12-03 18:38:06 -08:00
dwitte@stanford.edu
103a419fdf Bug 402008 - expose nsIURI::GetHost() "display normalization" behavior on nsIIDNService. r+sr=biesi, a=dsicore 2007-12-03 18:24:53 -08:00
mozilla.mano@sent.com
2d00002afe Bug 398445 - eliminate jitter when selecting new item in Applications prefpane. patch from Florian Queze <florian@mozilla.com>, r=me. 2007-12-03 17:45:52 -08:00
bhearsum@mozilla.com
5483366c8f add update verify configs for Fx 1.9. r=rhelmer, patch=me 2007-12-03 17:32:44 -08:00
roc+@cs.cmu.edu
a1bfe8ccdd Bug 406484. Do RecoverStateFrom for not-dirty inline lines containing floats when willReflowAgain is true, because the floats must be moved by deltaY. r+sr=dbaron 2007-12-03 17:30:49 -08:00
stuart.morgan@alumni.case.edu
2a42486cb2 Bug 401328: Account for appunit/pixel conversion when painting from nsWebBrowser [p=roc]. r=smorgan sr=bzbarsky a1.9=blocking1.9 2007-12-03 17:01:59 -08:00
jst@mozilla.org
2edc3eed02 Fixing bug 406251. Make NPVariant to jsval conversion do the right thing with large integer values. r+sr=peterv@propagandism.org, a=dsicore@mozilla.com 2007-12-03 16:33:48 -08:00
stuart.morgan@alumni.case.edu
38864cbc95 Follow up to bug 404290, make sure embedding clients don't crash (bug 406108). r+sr=bzbarsky a1.9=blocking1.9 2007-12-03 16:31:21 -08:00
bzbarsky@mit.edu
c3053199cd Disabling again for now 2007-12-03 16:23:44 -08:00
dmose@mozilla.org
8f0a02e572 Handler service instantiation recurses on fresh profile (bug 403885), patch by florian@mozilla.com, r=dmose, sr=biesi, a=blocking-1.9+ 2007-12-03 15:47:45 -08:00
bzbarsky@mit.edu
0782d222e2 Assert that the channel succeeded, so if it fails we'll know 2007-12-03 15:44:07 -08:00
neil@parkwaycc.co.uk
1a590d6bf9 Bug 405445 Let popup know which notification button was clicked r=Enn a=dsicore 2007-12-03 15:20:29 -08:00
kaie@kuix.de
ca5d681e30 Bug 404059, connection to t-mobile hotspot startup page takes very long Landing workaround patch (shorten timeout) r=rrelyea, blocking1.9=mtschrep 2007-12-03 14:58:06 -08:00
aaronleventhal@moonset.net
f7392fba7f Bug 406595. Accessible hierarchy broken. r=davidb, a=dsicore 2007-12-03 14:49:42 -08:00
gavin@gavinsharp.com
8804aca0ab Bug 405664: keyboard shortcuts to display the search engine list broken, r=enndeakin, a=schrep 2007-12-03 14:35:08 -08:00
mozilla@weilbacher.org
62f08a3525 [OS/2] Bug 406447: use gfxFontCache on OS/2 2007-12-03 14:31:03 -08:00
mozilla@weilbacher.org
3a4ae65fca [OS/2] Bug 404196: fix calculation of space width in GetMetrics, so that monospaced text always lines up nicely 2007-12-03 14:22:36 -08:00
reed@reedloden.com
63456c86a2 Bug 406608 - "Cast needed in jsfun.c (C++ compatibility)" [p=jorendorff@mozilla.com (Jason Orendorff) r=igor a1.9=damons] 2007-12-03 14:21:17 -08:00
reed@reedloden.com
02104847b4 Bug 406439 - "Inconsistent use of "website" and "web site" in Page Info" [p=bugzilla@n321.com (Arjan) r=gavin a1.9=damons] 2007-12-03 14:20:08 -08:00
reed@reedloden.com
06064913d4 Bug 389766 - "Hard-to-understand presentation of protocol-handlers on Linux" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=biesi a=blocking-firefox3+] 2007-12-03 14:18:03 -08:00
kaie@kuix.de
0b79e16a4b bug 402574, Identity UI lost when switching between tabs r=rrelyea, blocking-ff3=mconnor Also includes merged fix for: Bug 405145, Mixed SSL/non-SSL content reporting inconsistent between standard and EV Certs Patch contributed by Bill Gianopoulos r=kengert, a=dsicore 2007-12-03 14:09:27 -08:00