Commit Graph

2932 Commits

Author SHA1 Message Date
Kai Liu
0a857eedca Bug 433896: The location bar and search box can appear too wide in Customize Toolbar, r=gavin 2008-06-15 21:30:16 -04:00
Kai Liu
d36214daff Bug 414368: The find bar close button is 1px too high, r=gavin 2008-06-15 21:24:46 -04:00
Gavin Sharp
bf4ab8298a Bug 427291: Multiple focus events fired when clicking XUL textbox (focus child html:input directly rather than xul:textbox), r=mano 2008-06-15 21:21:09 -04:00
Nickolay Ponomarev
645dbd7cb4 Bug 434243 - test_bug430120.js asserts in debug builds, makes xpcshell tests fail, r=dtownsend
add the missing clean-up code (mainly the httpserver.stop() call)
Tests-only change.
2008-06-15 21:11:51 +04:00
Shawn Wilsher
9965f93d2f Bug 438998
This changes the anonymous functions in DownloadProgressListener.js to named
functions so that tools like dtrace and JS debuggers actually know what is
being called so they can do something useful.
r=Mossop
2008-06-13 11:44:30 -04:00
Shawn Wilsher
6511ccbaa7 Bug 438993
This makes the anonymous functions in DownloadUtils.jsm into non-anonymous ones
so things like dtrace and JS debuggers know where they are actually at instead
of having no idea.
r=Mossop
2008-06-13 11:44:13 -04:00
Wolfgang Rosenauer
54af24f617 Bug 424626 - Add a pref to make it possible to ignore NetworkManager's network status events, r=roc 2008-06-12 23:10:57 +02:00
Devin Naquin
0cbcc65cd5 Bug 383223
This patch refactors the xpcshell unit tests for the download manager back-end
to use do_test_pending and do_test_finished instead of nesting an event loop
with the thread manager.

r=sdwilsh
2008-06-12 09:56:40 -04:00
Robert O'Callahan
a17191bf0c Support system proxy settings on OS X, fixing bustage (bug 125995) 2008-06-12 15:29:39 +12:00
Robert O'Callahan
8c91278cad Support system proxy settings on OS X, fixing bustage (bug 125995) 2008-06-12 15:23:12 +12:00
Robert O'Callahan
4f03bd5c39 Support system proxy settings on OS X, fixing bustage (bug 125995) 2008-06-12 15:17:54 +12:00
Diane Trout ext:(%2C%20James%20Bunton%20%3Cjamesbunton%40fastmail.fm%3E)
50de41b337 Support system proxy settings on OS X 2008-06-12 14:50:15 +12:00
Shawn Wilsher
5fe28f1ea4 Bug 429987
Remove unused IN_MEMORY_LINKS
r=dietrich
2008-06-11 16:52:24 -04:00
Shawn Wilsher ext:(%2C%20Edward%20Lee%20%3Cedward.lee%40engineering.uiuc.edu%3E)
0773365035 Bug 437302
Tests that don't depend on the browser should be chrome tests
r=Mardak

--HG--
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_411172_mac.js => toolkit/mozapps/downloads/tests/chrome/test_backspace_key_removes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_basic_functionality.js => toolkit/mozapps/downloads/tests/chrome/test_basic_functionality.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_429247.js => toolkit/mozapps/downloads/tests/chrome/test_bug_429247.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_cleanup_search.js => toolkit/mozapps/downloads/tests/chrome/test_cleanup_search.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_411172.js => toolkit/mozapps/downloads/tests/chrome/test_delete_key_removes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_416303.js => toolkit/mozapps/downloads/tests/chrome/test_esc_key_closes_clears.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_multi_select.js => toolkit/mozapps/downloads/tests/chrome/test_multi_select.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_multiword_search.js => toolkit/mozapps/downloads/tests/chrome/test_multiword_search.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_410289.js => toolkit/mozapps/downloads/tests/chrome/test_pause_button_state.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_394039.js => toolkit/mozapps/downloads/tests/chrome/test_removeDownload_updates_ui.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_413093.js => toolkit/mozapps/downloads/tests/chrome/test_retention_is_0_closes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_search_clearlist.js => toolkit/mozapps/downloads/tests/chrome/test_search_clearlist.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_select_all.js => toolkit/mozapps/downloads/tests/chrome/test_select_all.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_413985.js => toolkit/mozapps/downloads/tests/chrome/test_space_key_pauses_resumes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_397935.js => toolkit/mozapps/downloads/tests/chrome/test_ui_stays_open_on_alert_clickback.xul
2008-06-11 11:06:39 -04:00
Dão Gottwald
788833b26d Bug 437646
make use of :nth-child in the download list, remove stripeifyList()
r=sdwilsh
2008-06-11 10:11:14 -04:00
Mark Banner
c031b61a7e Bug 430852 [Classic] Missing Treelines in MailNews. p=Mnyromyr <mnyromyr@tprac.de>,r=gavin.sharp 2008-06-11 09:46:05 +01:00
Edward Lee
4943c4e435 Bug 419691 - Get multiword search testcase working on windows. r=sdwilsh 2008-06-07 16:29:38 -07:00
Shawn Wilsher
8e91e95c12 Backed out changeset a26c86b184f7 due to Linux orange. It is not clear why this worked locally, and failed on tinderbox. 2008-06-04 13:10:31 -04:00
sdwilsh@shawnwilsher.com
98623ef402 Bug 437063
nsIDownloadManagerUI::visible isn't accurate
r=Mardak
2008-06-04 11:22:45 -04:00
Nochum Sossonko
91304d0cf2 Bug 429247
Double-clicking on empty white space in the Download Manager activates the currently selected item
r=sdwilsh
2008-06-04 11:05:09 -04:00
Benjamin Smedberg
3ea5b08766 Merge cvs-trunk-mirror to mozilla-central up through FF3RC2build2
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
2008-05-30 12:08:47 -04:00
gavin@gavinsharp.com
cb7790f2d7 Bug 433615: Firefox should send version numbers to PFS not just build ids, patch by Dave Townsend <dtownsend@mozilla.com>, r=me, a=beltzner 2008-05-28 11:49:32 -07:00
peterv@propagandism.org
4f89aa34f4 Fix for bug 426261 (Crash in nsNavHistoryContainerResultNode::GetSortType() during bookmark synchronization). Patch by ondrej and me, r=Mano, a=beltzner. 2008-05-27 08:48:31 -07:00
edward.lee@engineering.uiuc.edu
fa22d6cd43 Leak bustage fix for Bug 434340 - The bookmark tags feature is broken on Firefox 3.0rc1 for OpenSolaris 2008-05-26 19:28:47 -07:00
edward.lee@engineering.uiuc.edu
36ae19345e Bug 434340 - Firefox 3.0pre crashes with auto completion for tagged bookmark. p=ginn.chen@sun.com (Ginn Chen), r=Mardak, r=dietrich, b-ff3=beltzner, a1.9=beltzner 2008-05-26 14:20:34 -07:00
myk@mozilla.org
d7a9815ea6 bug 417732: fix delay and disk activity when full/text zooming by turning PRAGMA SYNCHRONOUS off for the content prefs database; r=mconnor, a=shaver 2008-05-25 18:05:00 -07:00
dietrich@mozilla.com
5cffbd5640 Bug 433525 - crash [@ nsNavHistoryQueryResultNode::IsContainersQuery()] (r=marco, r=mano, a=schrep) 2008-05-23 09:22:54 -07:00
dtownsend@oxymoronical.com
841fef4864 Bug 433371: Upgrading from Ubuntu Firefox 3.0b5 to Mozilla Firefox 3.0 breaks add-on installation. 2008-05-23 01:49:59 -07:00
jorendorff@mozilla.com
9b5032bfde Merge from cvs-trunk-mirror to mozilla-central. 2008-05-13 09:57:11 -05:00
gavin@gavinsharp.com
0cbe08eec3 Back out bug 432938 because it caused bug 433241, a=schrep/beltzner 2008-05-11 13:12:29 -07:00
gavin@gavinsharp.com
efeaefe73d Bug 431802: node_child_of accessible relation returns wrong object on autocomplete list items, patch by surkov.alexander@gmail.com, r=neil, a=schrep 2008-05-10 07:54:42 -07:00
reed@reedloden.com
a8a9ef4289 Bug 432919 - "Help viewer content pane should not allow scripts, plugins, meta redirects, or subframes" [p=reed/dveditz r=Waldo (NPOTB)] 2008-05-09 20:35:19 -07:00
gavin@gavinsharp.com
1a9490c2f7 Bug 433069: fix for Vista about:config styling bustage caused by 418877, patch by Kai Liu <kliu@mozilla.kailiu.com>, r=me, a=schrep 2008-05-09 14:05:37 -07:00
gavin@gavinsharp.com
ff8bbaf109 Bug 431229: Set error console toolbar to use browsertabbar-toolbox, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=dao, ui-r=faaborg, a=schrep 2008-05-09 14:03:27 -07:00
mkmelin+mozilla@iki.fi
0d4bb0ef56 [Bug 350693] "Character Encoding" in "View Source" window doesn't work p=Simon Montagu <smontagu@smontagu.org>, r=neil, sr=mscott, approval1.9=mtschrep 2008-05-09 13:38:49 -07:00
dtownsend@oxymoronical.com
5ed7f79950 Bug 425116: Notification bars in addons manager use the wrong icon. p=dão, r=mossop, a=schrep 2008-05-09 11:10:17 -07:00
reed@reedloden.com
fd10d2e6de Bug 398811 - "Remove MOZILLA_1_8_BRANCH ifdefs from toolkit on trunk" [p=mh+mozilla@glandium.org (Mike Hommey) r=gavin a1.9=damons] 2008-05-09 00:25:29 -07:00
dolske@mozilla.com
0d7f0e900e Bug 362576 - autocomplete="off" should prevent filling passwords in addition to remembering passwords. r=gavin, ui-r=mconnor, a1.9=mconnor 2008-05-08 20:34:46 -07:00
reed@reedloden.com
eb00de5087 Bug 418877 - "Error/Warning/Information/Question icons" [p=ispence@gmail.com (Ian Spence) / reed@reedloden.com (Reed Loden) r=gavin a1.9=schrep] 2008-05-08 19:01:11 -07:00
gavin@gavinsharp.com
ce1a2179c3 Bug 332314: Menu items are improperly aligned when using iconic menuitems, patch by Kai Liu <kliu@mozilla.kailiu.com>, r=me, r=zeniko, r=roc, a=damon 2008-05-08 17:18:46 -07:00
gavin@gavinsharp.com
a493cedc4c Bug 432272: Use -moz-padding-end and -moz-padding-start instead of padding-right and padding-left in tree(-aero).css, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, r=dao, a=schrep 2008-05-08 17:13:39 -07:00
dietrich@mozilla.com
7514f91623 Bug 430792 - Site's favicon is replaced if browser error page is shown (comment change only, for ehsan.akhgari@gmail.com, r=dietrich) 2008-05-08 09:36:54 -07:00
reed@reedloden.com
30003a2d3f Bug 418016 - "Ts jumped ~1% when enabling jemalloc on Linux (qm-mini-ubuntu01, qm-mini-ubuntu02, qm-mini-ubuntu05)" (Revert jemalloc/libxul integration; makes this bug WONTFIX) [p=jasone@canonware.com (Jason Evans) a1.9=schrep] 2008-05-08 02:20:44 -07:00
dietrich@mozilla.com
c62383ea7b Bug 430792 - Site's favicon is replaced if browser error page is shown (for ehsan.akhgari@gmail.com, r=dietrich, a=beltzner) 2008-05-07 21:35:08 -07:00
dietrich@mozilla.com
60892555a5 Bug 428481 - nsFaviconService calls Abandon on a scoped global statement (for mak77@supereva.it, r=dietrich, a=schrep) 2008-05-07 21:26:10 -07:00
reed@reedloden.com
a6fdaeab7a Bug 426453 - "Wrong plugin icon size used" [p=reed r=Mano a1.9=beltzner] 2008-05-07 19:10:12 -07:00
alqahira@ardisson.org
34f7e15b98 Bug 432383 - Validation errors in license.html. r=gerv, a1.9=schrep 2008-05-07 18:26:47 -07:00
gavin@gavinsharp.com
7d28e63992 Bug 432611: given-name and family-name should be plural properties, patch by Michael Kaply <mozilla@kaply.com>, r=sayrer, a=schrep 2008-05-07 18:15:12 -07:00
jorendorff@mozilla.com
9b2db511f4 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsobj.c => js/src/jsobj.cpp
2008-05-07 17:37:49 -07:00
gavin@gavinsharp.com
a41de23bad Bug 430695: add backoff algorithm to gethash requests, patch by Dave Camp <dcamp@mozilla.com>, r=tony, a=beltzner 2008-05-07 15:33:19 -07:00
gavin@gavinsharp.com
7d64b6cbe7 Bug 432492: rate limit long-running safebrowsing updates, patch by Dave Camp <dcamp@mozilla.com>, r=tony, a=beltzner 2008-05-07 13:33:45 -07:00
dtownsend@oxymoronical.com
3b15782065 Backing out bug 432492 2008-05-07 06:18:38 -07:00
reed@reedloden.com
6d6c27897c Bug 426453 - "Wrong plugin icon size used" [p=michael.monreal@gmx.net (Michael Monreal) / Tango team ui-r=faaborg a1.9=damons] 2008-05-07 03:59:58 -07:00
reed@reedloden.com
805a31fa48 Bug 418868 - "M3 Tango" (*Ghosted-64.png icons) [p=michael.monreal@gmx.net (Michael Monreal) / Tango team ui-r=faaborg a1.9=beltzner] 2008-05-07 03:54:06 -07:00
reed@reedloden.com
2d1c8b37c9 Bug 432492 - "rate limit long-running safebrowsing updates" [p=dcamp@mozilla.com (Dave Camp) r=tony a1.9=beltzner] 2008-05-07 03:22:17 -07:00
reed@reedloden.com
fb6fe8390c Bug 432492 - "rate limit long-running safebrowsing updates" [p=dcamp@mozilla.com (Dave Camp) r=tony a1.9=beltzner] 2008-05-07 03:21:11 -07:00
dietrich@mozilla.com
90eb744768 Bug 419957 - History sidebar "By Site" should use visit_count to avoid display of empty sites (for ondrej@allpeers.com, r=dietrich, a=beltzner) 2008-05-06 21:33:05 -07:00
dietrich@mozilla.com
833ad69d76 backing out, tree is closed 2008-05-06 20:28:03 -07:00
dietrich@mozilla.com
2c1cf52261 Bug 419957 - History sidebar "By Site" should use visit_count to avoid display of empty sites (for ondrej@allpeers.com, r=dietrich, a=beltzner) 2008-05-06 20:26:19 -07:00
gavin@gavinsharp.com
5d98502608 bug 432332: improve handling of duplicate chunks in url classifier client request, patch by Dave Camp <dcamp@mozilla.com>, r=tony, a=beltzner 2008-05-06 18:51:11 -07:00
edward.lee@engineering.uiuc.edu
33ab985b80 Bug 431188 - Clear list active / inactive state not working properly. r=sdwilsh, a1.9=beltzner 2008-05-06 16:25:36 -07:00
edward.lee@engineering.uiuc.edu
30436d4887 Bug 391928 - Feedback required when hovering over DM UI elements. r=sdwilsh, a1.9=beltzner 2008-05-06 16:24:14 -07:00
gavin@gavinsharp.com
0c68771a39 Bug 423104: ship en-US spellcheck dictionary README, extracted text by gerv@mozilla.org and handerson@mozilla.com, patch is r=gerv, sr=mconnor, a=beltzner 2008-05-06 14:39:06 -07:00
dietrich@mozilla.com
1070f8fb32 Bug 417228 - Bookmarks outside the three default folders aren't restored (r=mano, a=schrep) 2008-05-06 13:58:45 -07:00
dolske@mozilla.com
7d7dd4aa97 Bug 423460 - Saved Passwords are not imported from IE6 to Firefox on XP. r=gavin 2008-05-06 00:45:34 -07:00
alfred.peng@sun.com
be043d5d47 Followup fix for Bug 385280. should send proxy settings to the breakpad reporter. Add the check on whether gconf library exists. r=ted.mielczarek,a=beltzner. 2008-05-05 14:08:14 -07:00
gavin@gavinsharp.com
2351a06a88 Bug 419395: fix tooltip padding on linux, patch by Ian Spence <ispence@gmail.com>, r=me, a=beltzner 2008-05-05 14:02:26 -07:00
gavin@gavinsharp.com
be31be42b0 Bug 431195: Tree children in Sidebar and Library are indented too far, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=beltzner 2008-05-05 13:53:34 -07:00
gavin@gavinsharp.com
2d100cefd7 Bug 429717: use a large warning icon for about:config, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=beltzner 2008-05-05 13:52:33 -07:00
gavin@gavinsharp.com
2165466c06 Bug 430925: Scrollbox smooth scrolling should skip frames when missing the desired frame rate, patch by Dão Gottwald <dao@mozilla.com>, r=enndeakin, a=beltzner 2008-05-05 13:50:59 -07:00
gavin@gavinsharp.com
f72b7a26fb Bug 431305: Panes different height in the Add-ons Manager, patch by Dão Gottwald <dao@mozilla.com>, r=mossop, a=damon 2008-05-05 13:49:38 -07:00
gavin@gavinsharp.com
db884f0c08 Bug 428250: clicking in blank space in file column of directory listing activates links, patch by Dão Gottwald <dao@mozilla.com>, r=mano, r=biesi, a=beltzner 2008-05-05 13:48:11 -07:00
gavin@gavinsharp.com
887bcd748c Bug 432066: fix solaris bustage from bug 431754, patch by Alfred Peng <alfred.peng@sun.com>, r=tony, a=mconnor 2008-05-05 12:57:55 -07:00
dietrich@mozilla.com
13b94c3c5c Bug 429811 - Tag container isn't updated immediately when bookmark is removed (r=mano, a=mconnor) 2008-05-05 12:57:22 -07:00
dietrich@mozilla.com
cbcab9ee50 perf testing bug 431758 (a=mconnor) 2008-05-05 11:11:49 -07:00
Benjamin Smedberg
4393fe5a30 Merge cvs-trunk-mirror to mozilla-central. Conflict resolution:
* client.mk: new NSS tag merge to client.py

--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
2008-05-05 13:39:59 -04:00
bugzilla@standard8.plus.com
e24df5bc50 Bug 431124 xpcshell test test_bug_395092.js fails on Thunderbird. r=sdwilsh, test-only change 2008-05-04 06:50:25 -07:00
philringnalda@gmail.com
839d05e947 Ignore siteURI annotation changes that are for the default livemark, not our livemark 2008-05-03 13:33:24 -07:00
philringnalda@gmail.com
a19c377f31 Better logging for livemark siteURI test failures 2008-05-03 12:38:23 -07:00
gavin@gavinsharp.com
62e811b78d Bug 431831: proto theme changes to correctly style inactive windows, patch by Kevin Gerich <kevin@kmgerich.com> and Markus Stange <mstange@themasta.com>, r=me, a=beltzner 2008-05-03 07:47:03 -07:00
bugzilla@standard8.plus.com
267192a1a4 Bug 431159 test_history_expiration.js fails on builds without places enabled. r=sdwilsh, test only change 2008-05-03 04:18:27 -07:00
kairo@kairo.at
f881246ec5 remove lines for directories from toolkit-makes that have been obsoleted/removed by bug 383085, blanket-r=bsmedberg/gavin a1.9=beltzner 2008-05-02 15:13:32 -07:00
Benjamin Smedberg
d23620a37a Merge cvs-trunk-mirror to mozilla-central. One conflict resolution: updated NSPR tag from client.mk into client.py
--HG--
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
2008-05-02 14:08:43 -04:00
benjamin@smedbergs.us
b6c645e16c Bug 423104 - Add lt and nl dictionary licenses to about:license, r=gerv,harvey,smokey a=schrep This patch does not deal with the en-US dictionary license confusion. 2008-05-02 10:53:46 -07:00
kairo@kairo.at
a8b1834668 bug 431453 - Make browser-chrome mochitests pass on SeaMonkey: make some platform tests Firefox-only or non-SeaMonkey (as applicable), r=smontagu for docshell, r=dwitte for cookie, r=gavin for dlmgr, a1.9=damons for platform tests; make SeaMonkey sanitizer tests pass, sr=Neil 2008-05-02 06:13:19 -07:00
roc+@cs.cmu.edu
38e56fa13d Bug 406730. Track window activation status and set an 'active' attribute on the XUL root so we can style window contents based on activation status. Also provide active+inactive colors to Cocoa chrome drawing and use them based on 'main' state. Patch by Markus Strange, r=josh,sr=roc,a=mconnor 2008-05-02 04:32:50 -07:00
reed@reedloden.com
fd31760e21 Bug 430530 - "excess disk IO when updating the url-classifier" (increase the page size, let the cache size grow on linux) [p=dcamp@mozilla.com (Dave Camp) r=mconnor a1.9=beltzner] 2008-05-02 02:55:09 -07:00
reed@reedloden.com
ced9810c88 Bug 431754 - "try harder to commit in the face of safebrowsing server errors" [p=dcamp@mozilla.com (Dave Camp) r=tony a1.9=damons] 2008-05-02 02:54:01 -07:00
dolske@mozilla.com
03a8537201 Bug 407567 - Can't add login with empty formSubmitURL and null httpRealm. r=gavin, a1.9=damons 2008-05-02 00:55:47 -07:00
dolske@mozilla.com
1aa8537420 Bug 407567 - Can't add login with empty formSubmitURL and null httpRealm. r=gavin, a1.9=damons 2008-05-02 00:54:54 -07:00
dolske@mozilla.com
29d698f9a6 Bug 431773 - minor cleanup of login manager logging. r=gavin, a1.9=damons 2008-05-02 00:44:24 -07:00
jonas@sicking.cc
50e225dd71 Putting back since orange wasn't affected 2008-05-01 15:43:42 -07:00
gavin@gavinsharp.com
a6713e08ce Bug 430685 cleanup (remove unneeded style rules), patch by Dão Gottwald <dao@mozilla.com>, r=mardak, a=beltzner 2008-05-01 14:16:49 -07:00
gavin@gavinsharp.com
c655199faf Bug 431057: RTL icons needed for tree twistys in Aero theme, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=beltzner 2008-05-01 14:12:52 -07:00
gavin@gavinsharp.com
91b4155207 Bug 430566: Saving web page/some downloads fail with "blocked by your Security Zone Policy", patch by Jim Mathies <jmathies@mozilla.com>, r=robarnold, r=sdwilsh, a=beltzner 2008-05-01 14:06:43 -07:00
gavin@gavinsharp.com
f9f846922d Bug 430907: use newer spring.png in winstripe, add new icon for gnomestripe, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, new gnomestripe icon by Jakub Steiner <jimmac@gmail.com>, r=me, ui-r=faaborg, a=beltzner 2008-05-01 14:01:44 -07:00
jonas@sicking.cc
727cd3dafb Backing out to try to fix orange 2008-05-01 12:03:48 -07:00
edward.lee@engineering.uiuc.edu
aeffa9eb25 Bug 431346 - File -> Import -> Browsing History crash Firefox [@ nsCOMPtr.h:931]. r=sdwilsh, b-ff3=beltzner, a1.9=shaver. Fixes Bug 431597 - Firefox crash after deleting History Item via Places Library [@ nsNavHistoryResult.h:429] 2008-05-01 07:55:04 -07:00
Benjamin Smedberg
44143a17c2 Merge from cvs-trunk-mirror to mozilla-central. No conflict resolution necessary.
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
2008-05-01 09:50:06 -04:00
reed@reedloden.com
123a63d106 Bug 431633 - "Land new windows icons (2008-04-30)" [p=Iconfactory ui-r=faaborg a1.9=mconnor] 2008-05-01 00:56:27 -07:00
reed@reedloden.com
8cea671fb0 Bug 431285 - "Update windows icons (2008-04-29)" [p=Iconfactory ui-r=faaborg a1.9=beltzner] 2008-04-30 21:33:12 -07:00
mkaply@us.ibm.com
3bf4f42637 427456 - r=sayrer, a=beltzner - rename recurseFrames to recurseExternalFrame in uF api 2008-04-30 14:36:52 -07:00
Benjamin Smedberg
5337262e90 Merge cvs-trunk-mirror to mozilla-central. No manual conflict resolution was necessary.
--HG--
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
2008-04-30 12:35:19 -04:00
roc+@cs.cmu.edu
471e1a5027 Bug 409427. Don't slide popups up if they're offscreen, flip them up above the anchor point instead. r=enndeakin,sr=neil,a=damon 2008-04-29 18:41:56 -07:00
dolske@mozilla.com
2ee437145b Bug 431275 - Give notification bars default icons via CSS. r=enn, ui-r=beltzner, a1.9=beltzner 2008-04-29 14:29:30 -07:00
gavin@gavinsharp.com
8379e58692 Bug 411064: iconic menu items are 2px higher than normal ones, patch by Simon Bünzli <zeniko@gmail.com>, r=me, a=damon 2008-04-29 12:24:00 -07:00
gavin@gavinsharp.com
eca397a97a Bug 421180: When removing bookmarks existing keywords aren't deleted/removed, patch by Marco Bonardo <mak77@supereva.it>, r=dietrich, a=damon 2008-04-29 12:20:50 -07:00
gavin@gavinsharp.com
21fa60bf1c Bug 402799: Saved searches that match on tags show duplicates, patch by Marco Bonardo <mak77@supereva.it>, r=dietrich, a=beltzner 2008-04-29 12:16:42 -07:00
enndeakin@sympatico.ca
d17ab72a5c Bug 402798, bookmarks missing from menu, r=mano,a=beltzner 2008-04-29 12:07:14 -07:00
gavin@gavinsharp.com
c3601b769c Bug 428349: In Addon Manager, the (x) that closes the "No updates were found" message is shifted a bit to the left inside its small box, patch by Jan Darmochwal <jdarmochwal@gmx.de>, r=me, a=damon 2008-04-29 11:57:49 -07:00
gavin@gavinsharp.com
636a78410f Bug 431241: Use a solid line between results in the error console, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=beltzner 2008-04-29 11:55:04 -07:00
gavin@gavinsharp.com
fb2667ca3a Bug 430998: Text in buttons should not shift on down press on Luna or Aero, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=damon 2008-04-29 11:53:06 -07:00
gavin@gavinsharp.com
b350f3c626 Bug 431013: FTP view is not using new folder icons on XP and Vista (also changes default ftp:/file: listing favicon), icons by Alex Faaborg and the Iconfactory, r=dao, sr=jst, a=damon 2008-04-29 11:47:37 -07:00
stefanh@inbox.com
f62bb87fc7 Bug 430079 - Remove some ancient style rules from dialog.css. r=Mano, a=damons. 2008-04-29 09:20:37 -07:00
Benjamin Smedberg
160d9d1766 Merge cvs-trunk-mirror to mozilla-central. Automated merge, no manual conflict resolution necessary.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jslong.c => js/src/jslong.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-04-29 10:20:07 -04:00
alfred.peng@sun.com
2f1c0b2b36 Bug 385280. should send proxy settings to the breakpad reporter(For Linux/Solaris). r=ted.mielczarek,a=dsicore. 2008-04-29 00:37:12 -07:00
mozilla@weilbacher.org
a25be30598 [OS/2] Bug 421631: make shlibsign create the correct output file on OS/2 during packaging, r=ted.mielczarek, a1.9+=damons 2008-04-28 12:14:12 -07:00
gavin@gavinsharp.com
67d9eaeb3a Bug 425230: add a transaction to ClearHistory, patch by Marco Bonardo <mak77@supereva.it>, r=dietrich, a=mconnor 2008-04-28 03:11:08 -07:00
gavin@gavinsharp.com
6ddf726436 Bug 431017: Self describing text in search fields should not be italicized on Vista Classic, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=mconnor 2008-04-28 02:26:30 -07:00
gavin@gavinsharp.com
e2e3f9b0ff Bug 430905: Sidebars and toolbars should use closeSidebar.png, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=mconnor 2008-04-28 02:24:33 -07:00
gavin@gavinsharp.com
9e1b6d95f2 Bug 430904: Use identity error icons on ssl error pages (all platforms), icons by the Tango and Proto teams, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mconnor, sr=jst, a=mconnor 2008-04-28 02:19:07 -07:00
reed@reedloden.com
ec1b222b62 Bug 430759 - "new windows icons 2008-04-25" [p=Iconfactory ui-r=faaborg a1.9=mconnor] 2008-04-26 20:09:08 -07:00
reed@reedloden.com
8eaaae9bdb Bug 430759 - "new windows icons 2008-04-25" [p=Iconfactory ui-r=faaborg a1.9=mconnor] 2008-04-26 20:05:17 -07:00
reed@reedloden.com
ae9931883a Bug 430759 - "new windows icons 2008-04-25" [p=Iconfactory ui-r=faaborg a1.9=mconnor] 2008-04-26 19:59:22 -07:00
reed@reedloden.com
510c1bfe4f Bug 430759 - "new windows icons 2008-04-25" [p=Iconfactory ui-r=faaborg a1.9=mconnor] 2008-04-26 02:27:25 -07:00
mnyromyr@tprac.de
0a867050bf Bug 410562: fix Windows test failure by commenting them out (need OS-dependent data here once pref type file has UI elements); r=gavin over IRC 2008-04-25 18:37:16 -07:00
dietrich@mozilla.com
50056ce3ac Bug 423212 - ###!!! ASSERTION: EndUpdateBatch without a begin: 'mBatchInProgress' (r=mano, a=mconnor) 2008-04-25 16:40:48 -07:00
dietrich@mozilla.com
d21da5f02b Bug 405938 - problems when import/exporting of saved searches (r=mano, a=mconnor) 2008-04-25 16:37:26 -07:00
mnyromyr@tprac.de
1499a4e2f2 Bug 410562: <preference>.reset() does not honor instantApply; r=gavin, a1.9=dsicore 2008-04-25 16:23:14 -07:00
dietrich@mozilla.com
96f3e490b1 Bug 423515 - If Unfiled Bookmarks is moved to Bookmarks Menu, unfiled bookmarks are invisible until browser is restarted (r=mano, a=mconnor) 2008-04-25 14:36:40 -07:00
dtownsend@oxymoronical.com
2e78a8c528 Bug 430120: Update blocklist URL to include same info as update URL. r=robstrong, a=beltzner 2008-04-25 10:10:02 -07:00
gavin@gavinsharp.com
ea687544e9 Bug 429049: yahoo rss newsfeed (de.news.yahoo.com) is not previewed properly, patch by Will Guaraldi <will.guaraldi@pculture.org>, r+a=mconnor 2008-04-25 09:51:14 -07:00
edward.lee@engineering.uiuc.edu
ab2d033eb3 Bug 430685 - Small gray font in download manager is near-unreadable. r=mconnor, ui-r=mconnor, b-ff3=beltzner, a1.9=mconnor 2008-04-24 23:00:25 -07:00
edward.lee@engineering.uiuc.edu
88e1f673ec Bug 430486 - Clear List button doesn't disable when it should. r=sdwilsh, r=mconnor, ui-r=mconnor, a1.9=mconnor. Fixes Bug 430597 - New clearListButton does not accomodate larger fonts 2008-04-24 22:59:31 -07:00
gavin@gavinsharp.com
807c0a104b Bug 429020: Scrollbars jump when being clicked and held to scroll down page, patch by Markus Stange <mstange@themasta.com>, r+sr=roc, a=beltzner 2008-04-24 17:25:15 -07:00
dietrich@mozilla.com
b3a186f681 Bug 430600 - crash in CanAddURI (r=mano, a=beltzner) 2008-04-24 12:42:01 -07:00
roc+@cs.cmu.edu
3047d1cf87 Bug 429188. Support CSS colors for 'odd tree row' and 'even tree row' on all platforms. patch by stefanh@inbox.com, r+sr=roc,r=gavin,a=beltzner 2008-04-24 01:08:33 -07:00
edward.lee@engineering.uiuc.edu
fc3d4e4739 Bug 429531 - Location bar should show non-word-boundary matches below word-boundary matches. r=dietrich, ui-r=beltzner, b-ff3=beltzner, a1.9=beltzner 2008-04-23 21:20:05 -07:00
gavin@gavinsharp.com
cbfff59e15 Bug 427179: Set second line in download manager results to GrayText, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=sdwilsh, ui-r=beltzner, a=beltzner 2008-04-23 15:47:39 -07:00
gavin@gavinsharp.com
afa301c41f Bug 426745: Increase padding for prefpane icons (options, page info, addon manager), patch by Mike Beltzner <beltzner@mozilla.com>, r+a=mconnor 2008-04-23 15:30:00 -07:00
gavin@gavinsharp.com
16cdbf299c Bug 425131: Tree view should not contain dotted lines, patch by Mike Beltzner <beltzner@mozilla.com>, r+a=mconnor 2008-04-23 15:26:05 -07:00
mkaply@us.ibm.com
2bb4bcf1fe 430466, r=sayre, a=dsicore, Need to check against undefined to determine existence so we handle 0 lat/long 2008-04-23 13:10:12 -07:00
dcamp@mozilla.com
6e17d54229 Bug 429755: Apply some random fuzz to safebrowsing backoff intervals. r=tony, a=beltzner 2008-04-23 09:57:55 -07:00
webmail@kmgerich.com
f9f6ac3f85 bug 430448 - remove white border from bottom of downloads window. r+, ui-r+, a=beltzner 2008-04-23 09:44:29 -07:00
rflint@ryanflint.com
a020be4a1c Backout menu changes to fix the orange 2008-04-23 06:50:11 -07:00
rflint@ryanflint.com
38272d59b0 Bug 364536 - Mac theme does not support RTL. r=mconnor, a=beltzner 2008-04-23 05:08:52 -07:00
dtownsend@oxymoronical.com
97bad68004 Fix broken testcase from bug 427304 2008-04-23 01:44:56 -07:00
masayuki@d-toybox.com
3af995a512 Bug 426501 ZoomIn/ZoomOut/ZoomReset should have alternative accel keys for localized builds. XUL part: r+ui-r=mconnor, a1.9=beltzner, XBL part: r=enndeakin, sr=neil, a1.9=dsicore 2008-04-23 01:04:08 -07:00
masayuki@d-toybox.com
01348984f9 Bug 427304 Cannot search with non-ascii characters (nsURLFormatter wrongly parses encoded uri) p=Kohei Yoshino<kohei.yoshino.bugs@gmail.com>, r=gavin, a1.9=beltzner 2008-04-23 00:42:30 -07:00
edward.lee@engineering.uiuc.edu
bc05f2d225 Bug 400495 - Add "Clear List" button to download manager. r=mconnor, ui-r=beltzner, ui-r=mconnor, b-ff3=beltzner, a1.9=mconnor 2008-04-22 20:57:05 -07:00
roc+@cs.cmu.edu
87aabef714 Bug 393791. Don't allow menus to open before we've generated their child frames. r=enn,sr=neil,a=beltzner 2008-04-22 20:05:54 -07:00
edward.lee@engineering.uiuc.edu
5d198cfbad Bug 423718 - Use native platform colors for URLs in the location bar autocomplete, make the line between rows lighter. r=beltzner, sr=beltzner, ui-r=beltzner, b-ff3=beltzner, a1.9=beltzner 2008-04-22 18:07:38 -07:00
webmail@kmgerich.com
611d185118 bug 430202 Mac Firefox theme update, fixes many Mac theme blockers and wanted+ bugs. r=mano, ui-r=beltzner, a=beltzner 2008-04-22 17:00:58 -07:00
edward.lee@engineering.uiuc.edu
a993453306 Bug 251337 - Download manager history should have "aging" option, just like the browser history. r=sdwilsh, r=mano, r=bsmedberg, a1.9=damons 2008-04-22 16:37:00 -07:00
gavin@gavinsharp.com
3a1c17b043 Bug 428653: 'view MathML source' broken due to bug 397791, r=mano, sr=jst, a=beltzner 2008-04-22 13:50:08 -07:00
gavin@gavinsharp.com
b95ccb0534 Bug 427412: prevent default beeping action for Cmd+Enter on Mac in autocomplete widgets, r=enndeakin, a=damon 2008-04-22 12:47:44 -07:00
gavin@gavinsharp.com
0479ce97f2 Bug 429520: Type mismatch in nsGConfService::GetStringList (gnome proxy exceptions are ignored), patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r+sr=roc, a=beltzner 2008-04-22 12:46:07 -07:00
mozilla.mano@sent.com
568b78cc7a fixing a typo which broke js asserts on trunk 2008-04-22 11:18:19 -07:00
gavin@gavinsharp.com
55fcc27441 Bug 415428: crash reporter not wide enough for l10n (windows), patch by Jim Mathies <jmathies@mozilla.com>, r=ted.mielczarek, a=beltzner 2008-04-22 10:01:33 -07:00
gavin@gavinsharp.com
62025b7ab4 Bug 420763: use getBoundingClientRect for tab scrolling measurements (Alt + Scroll Down => can't scroll through all tabs), patch by Dão Gottwald <dao@mozilla.com>, r=enndeakin, a=beltzner 2008-04-22 09:34:11 -07:00
dholbert@cs.stanford.edu
cd91e7dfe2 Backing out mardak's Bug 251337 checkin to fix Thunderbird & Sunbird tinderbox bustage. 2008-04-21 16:00:59 -07:00
edward.lee@engineering.uiuc.edu
a5ee1dc568 Bug 251337 - Download manager history should have "aging" option, just like the browser history. r=sdwilsh, r=mano, a1.9=damons 2008-04-21 14:48:55 -07:00
enndeakin@sympatico.ca
4550317acc Backout bug 398928 2008-04-21 09:53:30 -07:00
dtownsend@oxymoronical.com
278282f2fd Bug 430052: ssltunnel is finding its way out into the real world. r+a=ted 2008-04-21 07:32:47 -07:00
mkaply@us.ibm.com
a0e159aed1 427927, r=bsmedberg, a=dsicore, make autoconfig work again by fixing module definition 2008-04-21 07:04:10 -07:00
edward.lee@engineering.uiuc.edu
cc3b96e78b Bug 429498 - Location bar does not search consistently (matches 1-after a CamelCase). r=dietrich, b-ff3=beltzner, a1.9=mconnor 2008-04-20 19:47:41 -07:00
dietrich@mozilla.com
b2802b4c3e Bug 429505 - OnItemRemoved() fails to live-update for children that are folder-shortcuts (r=mano, a=damon) 2008-04-19 10:58:54 -07:00
reed@reedloden.com
792227aff7 Bug 429689 - "Land new windows icons (20080418)" [p=Iconfactory ui-r=faaborg a1.9=beltzner] 2008-04-19 03:27:41 -07:00
edward.lee@engineering.uiuc.edu
1574b4d209 Fix testcase for bug 429614 to check platform (cmd-a vs ctrl-a) 2008-04-19 01:47:09 -07:00
edward.lee@engineering.uiuc.edu
be272ae0e4 Bug 429614 - add select all keyboard shortcut and context menu item to download manager. p=beltzner, r=sdwilsh, r=Mardak, ui-r=mconnor, a1.9=mconnor 2008-04-19 00:36:39 -07:00
ajschult@verizon.net
7cad4c1b51 bug 423186: test_popup_scaled fails and zooms iframe for other tests, r=enndeakin 2008-04-18 20:45:33 -07:00
rob_strong@exchangecode.com
ce0756a96b Relanding Bug 410156 - r=bsmedberg, approval1.9=beltzner, blocking-firefox3=beltzner 2008-04-18 13:43:49 -07:00
mozilla.mano@sent.com
a41e0911c9 Bug 420405 - Download triggered by <iframe src=...exe> fails if containing page has refreshed. r+a=mconnor. 2008-04-18 11:08:00 -07:00
dolske@mozilla.com
9255f35c65 Bug 428764 - CSS and packaging changes (/toolkit) for APNG throbber. r/ui-r/a1.9=beltzner 2008-04-18 00:40:53 -07:00
gavin@gavinsharp.com
3aab9d5192 Bug 387018: Autoscroll icon no longer transparent (linux), new image by Ian Spence <ispence@gmail.com>, ui-r=faaborg, a=damon 2008-04-17 19:18:16 -07:00
gavin@gavinsharp.com
944f504275 Bug 423540: avoid using XPCOM during component initialization, patch by Marcus Redivo <mredivo@flock.com>, r=me, a=vlad 2008-04-17 18:52:51 -07:00
gavin@gavinsharp.com
c5e7503706 Bug 422476: make checkbox in colors dialog flex to avoid clipping content in localized builds, patch by Pascal Chevrel <pascalc@gmail.com>, r=enndeakin, a=beltzner 2008-04-17 18:49:19 -07:00
edward.lee@engineering.uiuc.edu
c03c90293d Unconfuse comment and add prefs for bug 422869 2008-04-17 17:44:12 -07:00
rob_strong@exchangecode.com
7c63152d78 Backing out Bug 410156 due to test bustage 2008-04-17 16:13:32 -07:00
rob_strong@exchangecode.com
00d285f514 Backing out Bug 410156 due to test bustage 2008-04-17 16:05:06 -07:00
rob_strong@exchangecode.com
11ea908f85 Bustage fix for Bug 410156 2008-04-17 15:59:53 -07:00
rob_strong@exchangecode.com
e192365df6 Bug 410156 - r=bsmedberg, approval1.9=beltzner, blocking-firefox3=beltzner 2008-04-17 15:20:19 -07:00
enndeakin@sympatico.ca
522a7aa5c1 Bug 422121, crash sorting xml built templates, add some null checks, r=smaug,sr=jonas,a=beltzner 2008-04-17 09:19:30 -07:00
dtownsend@oxymoronical.com
9506efade9 Fix test bustage by reordering reference clearing. Unit tests attempt to start new searches from result callbacks. 2008-04-17 06:18:46 -07:00
dolske@mozilla.com
9652355aea Bug 326817 - New APNG throbber for winstripe theme (Plan B v.1). ui-r=beltzner, a1.9=beltzner 2008-04-17 01:50:15 -07:00
dtownsend@oxymoronical.com
21004a915a Bug 429220: Recommended addon search is holding the add-ons manager alive too long. r=robstrong, a=beltzner 2008-04-17 01:27:18 -07:00
dolske@mozilla.com
f46449bd6d Bug 408996 - gtk: spinner icon (updated to work on dark backgrounds). artwork=jimmac@gmail.com, ui-r=beltzner, a1.9=beltzner 2008-04-17 01:11:13 -07:00
dcamp@mozilla.com
d8a7aacd50 Tests for bug 428548. r=tony, a=mconnor 2008-04-16 14:23:38 -07:00
dcamp@mozilla.com
dfbab10858 Bug 428548: Restrict the total number of safebrowsing update requests per hour. r=tony, a=mconnor 2008-04-16 14:21:13 -07:00
mkaply@us.ibm.com
eb9268c22d 427456, r=sayrer, a=beltzner, make sure we get the correct document for enumerating frames 2008-04-16 14:10:19 -07:00
Benjamin Smedberg
1b75d6b87f Merge cvs-trunk-mirror to mozilla-central
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
2008-04-16 16:51:58 -04:00
reed@reedloden.com
723429d9ca Bug 429282 - "Land new windows icons (20080416)" [p=Iconfactory ui-r=faaborg a1.9+b1.9=beltzner] 2008-04-16 13:36:57 -07:00
gavin@gavinsharp.com
43cbbe1028 Bug 427717: use GTK icons for error console, patch by Ian Spence <ispence@gmail.com>, r=me, a=beltzner 2008-04-16 13:11:48 -07:00
dietrich@mozilla.com
2364361927 Bug 427746 - Bookmarks toolbar is empty when using 'copy' context menu option (for mak77@supereva.it, r=mano, a=beltzner) 2008-04-16 12:33:39 -07:00
enndeakin@sympatico.ca
d6732d2103 Bug 398928, allow dragging window on Mac by the toolbar, r=neil,sr=roc,a=beltzner 2008-04-16 08:29:54 -07:00
edward.lee@engineering.uiuc.edu
224482cf75 Bug 429144 - If downloaded file is removed, but saved dir still exists, then "Open Containing Folder" menu item should be disabled. r=sdwilsh, a1.9=beltzner 2008-04-15 22:28:59 -07:00
karlt+@karlt.net
9c03752731 wrap rightmost textboxes so that mouse events are tested closer to the left hand side of (within) the frame. b=410405 r=pavlov a1.9=schrep 2008-04-15 16:17:23 -07:00
dcamp@mozilla.com
e19130f2c0 Bug 427862: Don't use cached full-hash entries without a successful safebrowsing update. r=tony, a1.9=beltzner 2008-04-15 15:39:44 -07:00
mkaply@us.ibm.com
4ac145ee20 429151, r=sayrer, a=beltzner, don't do internal version checking when adding microformats 2008-04-15 13:55:02 -07:00
Benjamin Smedberg
b3c6962a6c Merge cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-04-15 13:59:01 -04:00