Commit Graph

374 Commits

Author SHA1 Message Date
Dão Gottwald
5e1a6a4487 Bug 670851 - browser_bug519216.js, browser_popupNotification.js and browser_library_middleclick.js cause exception in tabbrowser.xml. r=gavin
--HG--
extra : rebase_source : d9d307f97548425891d5899d058d58cac9c7f319
2011-07-13 02:46:50 +02:00
Dão Gottwald
4ad7176a45 test cleanup for bug 658738 2011-07-09 15:53:23 +02:00
Chris Leary
679a65fe47 Merge mozilla-central and tracemonkey. 2011-07-05 17:30:35 -07:00
Marco Bonardo
186c73cf42 Bug 416459 - Implement proper cut action for bookmarks.
r=dietrich
2011-06-30 15:34:02 +02:00
Jeff Walden
1a51bb7cb1 Bug 645922 - Remove nsIJSON.encode/decode, because their functionality is subsumed by JSON.parse and JSON.stringify, and their idiosyncrasies are hindering code improvements. Also remove js_TryJSON and JS_TryJSON, which are no longer used after these changes and have no clear use cases. r=brendan, r=jst 2011-03-28 19:27:15 -07:00
Dão Gottwald
74a2cf9b49 Bug 663630 - Remove unused places UI perf tests.
r=mak
2011-06-17 16:37:55 +02:00
Dão Gottwald
26abf8b4da Bug 663763 - Provide helper function for opening the library in tests.
r=mak
2011-06-17 16:37:53 +02:00
Dão Gottwald
9e3c046bbe more random browser chrome test cleanup (no bug) 2011-06-11 16:54:23 +02:00
Dão Gottwald
d0986b9f70 remove redundant jsm imports from browser chrome tests
--HG--
extra : rebase_source : 3eee5463d514dfe1f62cd59a9c317e31903e7313
2011-06-10 11:58:45 +02:00
Dão Gottwald
dfd0fdcac6 Bug 658738 - clean out each test's scope. r=gavin 2011-06-10 09:00:45 +02:00
Marco Bonardo
f6fa75c63f Bug 593566 - Bookmarks with blank names are exported as garbage.
r=dietrich
2011-06-08 22:55:49 +02:00
Marco Bonardo
eb9452df88 Bug 556721 - Remove flaky timeout from browser_library_panel_leak.js.
rs=places-team
2011-05-26 23:37:00 +02:00
Philipp von Weitershausen
7ca97a9aa8 Merge services-central with mozilla-central 2011-05-23 21:16:34 -07:00
Marco Bonardo
9ddd984a08 Bug 629620 followup - Add test to xpcshell.ini. a=bustage 2011-05-23 21:15:32 -07:00
Marco Bonardo
1d4d6212bb Merge places and mozilla-central. a=developers 2011-05-24 04:51:59 +02:00
Marco Bonardo
8fe7daeae8 Bug 629620 - Copied bookmarks shouldn't inherit all annotations, since they are new entitities.
r=dietrich
2011-05-18 22:41:39 +02:00
Joel Maher
6993636556 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Marco Bonardo
114ccfbb5d Bug 633274 - Improve nsINavBookmarkObserver (Places observers changes).
r=sdwilsh
2011-05-13 21:24:25 +02:00
Marco Bonardo
8179a3190d Bug 631374 - Adding or removing tags in the selector listbox always scrolls to top.
r=dietrich
2011-05-05 13:14:21 +02:00
Marco Bonardo
3914c254ba Bug 524091 - Remove microsummaries support. (Places changes) 2011-04-26 14:25:07 +02:00
Marco Bonardo
a75d40810e Bug 641531 - Close Places containers after use (mechanical changes)
rs=me
2011-04-23 02:09:13 +02:00
Marco Bonardo
28155c0088 Bug 651107 - Allow waitForClipboard to check for any custom flavor.
r=ehsan,ted
2011-04-23 02:04:15 +02:00
Marco Bonardo
5d3f667f0f Bug 553885 - Followup for permaorange. 2011-04-13 03:15:39 +02:00
Marco Bonardo
28b33183a7 Bug 539067 - Cleanup and re-enable test_browserGlue_prefs.js.
r=sdwilsh
2011-04-13 02:43:28 +02:00
Marco Bonardo
63f4ad2208 Bug 553885 - cleanup and re-enable test_browserGlue_distribution.js
r=sdwilsh
2011-04-12 16:32:20 +02:00
Marco Bonardo
e5ba4b039e Bug 556721 - cleanup test_browserGlue_migrate.js
r=sdwilsh
2011-04-12 16:31:49 +02:00
Tyler Colgan
6c223fbdc3 Bug 507387 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"; r=gerv f=sgautherie.bz
DONTBUILD
2011-03-10 21:17:00 -08:00
Marco Bonardo
0a201730a6 Bug 636924 - Part 2: test updates; r=mano 2011-03-22 10:56:19 -04:00
Marco Bonardo
e32bbd278c Bug 551538 - intermittend timeout in browser_bookmarksProperties.js
r=sdwilsh a=tests-only
2011-03-03 13:51:03 +01:00
Marco Bonardo
ac1d660c80 Bug 619689 - Intermittent browser_sidebarpanels_click.js | Item is visited followed by timeout and havoc in other tests.
r=sdwilsh a=tests-only
2011-03-03 13:50:59 +01:00
Marco Bonardo
7187ca1e7c Bug 507172 - Request longer timeout in browser_ui_*_sidebar.js Places tests and sync bookmarks test with others.
r=trivial a=tests-only
2011-02-24 14:03:56 +01:00
Serge Gautherie
6ea5b946df Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tests; (Cv1) /components/places/tests/browser/.
r=mak77 (a=test-only).
2011-02-22 18:34:48 +01:00
Serge Gautherie
e3fc1537ab Bug 634245 - Correctly fix bug 607309; (Av1) Correctly fix browser_library_views_liveupdate.js.
r=mak77 (a=test-only).
2011-02-16 19:42:39 +01:00
Serge Gautherie
e0c6859bf8 Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tests; (Av1) /components/places/tests/chrome/.
r=mak77 (a=test-only).
2011-02-16 19:42:38 +01:00
Phil Ringnalda
19a20db461 Bug 633846 - Places tests hit the network from www.mozilla.org bookmark properties, r=sdwilsh, a=test 2011-02-13 12:12:00 -08:00
Asaf Romano
5bd9e94f22 Bug 555547 - A command of placesContextMenu is carried out for a wrong bookmark item.
r=mak a=blocking
2011-02-02 17:00:52 +01:00
Marco Bonardo
cda3091ae8 Bug 394353 (Part 2) - Tag list is not updated when manually adding, renaming, or deleting tags from within the tags field.
r+a=dietrich
2011-01-27 12:18:20 +01:00
Shawn Wilsher
0f1517b5ad Merge mozilla-central to Places. 2011-01-19 15:01:12 -08:00
Marco Bonardo
f3c43f05bf Bug 620198 (follow-up) - Fix permaorange. Fix a previous test and use a unique uri.
a=permaorange
2011-01-18 17:10:49 +01:00
Marco Bonardo
64c6ad7ae3 Bug 394353 - Tag list is not updated when manually adding, renaming, or deleting tags from within the tags field.
r+a=dietrich
2011-01-18 15:01:14 +01:00
Marco Bonardo
ab42c736c7 Bug 620198 - Right pane tree of Library is not updated when i delete a selected folder in left pane tree.
r=dietrich a=blocker
2011-01-18 15:01:12 +01:00
Marco Bonardo
435698f755 Bug 597995 - Tags of bookmarks is lost doing UNDO after a CUT or DELETE.
r+a=dietrich
2011-01-14 14:51:56 +01:00
Andreas Gal
6278051362 Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
Marco Bonardo
504c59b8a4 Bug 574514 - Hide personal toolbar only if user did not customize it or edited bookmarks.
r=gavin a=blocking
2010-12-22 19:26:18 +01:00
Shawn Wilsher
ade39d2c6a Merge mozilla-central to Places. 2010-12-13 15:08:04 -08:00
Shawn Wilsher
9cdab945a8 Merge mozilla-central into Places. 2010-11-29 08:43:57 -08:00
Marco Bonardo
cda96e3e39 Bug 493557 - Entries for "Recent Tags" and "Recently Bookmarked" are flipped on upgrade.
r=dietrich a=dietrich
2010-11-23 14:04:07 +01:00
Marco Bonardo
6de8b4c912 Bug 613477 - Make the primary Star UI async.
r=sdwilsh ui-r=limi a=blocking
2010-11-22 20:34:57 +01:00
Shawn Wilsher
abacada9dc Merge mozilla-central into Places 2010-11-17 10:55:34 -08:00
Marco Bonardo
c3cb283d6a Bug 610442 - TRANSITION_EMBED visits should be session persistent
r=sdwilsh a=blocking
2010-11-12 14:24:25 -08:00
Shawn Wilsher
ce541c50b8 Attempt to fix bug 551540 by not waiting for focus. This hangs here locally for me for no good reason (appears to have focus).
r=ehsan
2010-11-10 11:00:31 -08:00
Shawn Wilsher
afd77bf70a Fix test failure due to merge. _views are no longer around on the places branch. 2010-11-10 10:24:44 -08:00
Shawn Wilsher
06f60f7a34 Merge mozilla-central to Places 2010-11-10 09:38:08 -08:00
Shawn Wilsher
711f9322dc Orange fix from bug 599969 Part 6. Make sure we clean up the tabs we add. 2010-11-10 08:54:56 -08:00
Shawn Wilsher
3692066348 Bug 599969 - Do not use steps for async visit adding
Part 6 - Do not add javascript URIs for history (trunk is already doing this,
and the Places branch was getting assertions because GetReversedHostname would
fail on the background thread which would cause nsJSURI to be released off of
the main thread, which is bad).
r=mak
r=ehsan
2010-11-09 11:43:18 -08:00
Shawn Wilsher
20967855ac Merge mozilla-central to Places. 2010-10-27 12:28:31 -07:00
Shawn Wilsher
fee260454c Merging places and mozilla-central. 2010-10-15 09:26:15 -07:00
Shawn Wilsher
878becc3e3 Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI
r=mak
sr=mconnor
a=blocking
2010-10-26 17:20:53 -05:00
Marco Bonardo
a15a33a2ec Bug 477882 - frame-targeted visited links disappear when closing and reopening Firefox.
r=dietrich a=blocking
2010-11-08 15:03:49 +01:00
Marco Bonardo
e0e4c56ec7 bug 556721 - Fix a typo in browser_librery_views_liveupdate.js test
no-review a=tests-only
2010-11-12 22:14:44 +01:00
Ehsan Akhgari
6d6bf25b54 Disable browser_forgetthissite_single.js because it makes everybody cry, including the tbplbot (bug 551540) a=tbplbot 2010-11-11 20:23:34 -05:00
Shawn Wilsher
b6ba8b1033 Attempt to fix bug 551540 by not waiting for focus. This hangs here locally for me for no good reason (appears to have focus). r=ehsan a=orange-fix 2010-11-10 11:00:31 -08:00
Ehsan Akhgari
60b474f03a Bug 551540 - sporadic timeout in browser_forgetthissite_single.js; r=dolske a=NPOTB 2010-10-12 18:00:56 -04:00
Ehsan Akhgari
ba7e507269 Bug 551540 followup - Use the correct capturing parameter when removing the event listener; r,a=me 2010-10-22 16:52:56 -04:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E)
50d31806a3 Bug 552023 - Kill Places partitioned temp tables.
r=sdwilsh
r=mak
a=blocking2.0
2010-08-09 17:59:59 +02:00
Robert Sayre
fa6b5c8801 Merge mozilla-central to tracemonkey. 2010-08-29 01:40:40 -04:00
Marco Bonardo
0054893ef4 Bug 580892 - Checking 'clear history when minefield closes' is not clearing cache on shutdown. r=sdwilsh a=blocking 2010-08-27 21:24:54 -04:00
Joel Maher
b61eda4b1d Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB 2010-08-26 14:47:28 -07:00
Jeff Walden
04a95a7188 Bug 564621, bug 582077 - JSON.parse shouldn't allow {"a" : "b",} or [1,]. But, because Firefox's bookmarks "JSON" generation has historically generated invalid JSON (it no longer does, see bug 505656), preserve a "legacy" mode of parsing that can be used to load bookmarks.json files (at least until we no longer support migration from Firefox <4 profiles :-) ). r=sayrer 2010-07-14 13:48:36 -05:00
Clint Talbert
1afdc1b8df Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
2010-08-25 14:03:44 -07:00
Joel Maher
51fff79f07 Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field 2010-08-25 11:47:39 -07:00
Jonas Sicking
cbc0676504 Backout bugs 586754, 574189, 584611 due to orange. a=backout 2010-08-20 11:08:43 -07:00
Joel Maher
6763342e81 Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB 2010-08-20 09:32:58 -07:00
Margaret Leibovic
bf2abb73af Bug 588817 - Using "Bookmark all tabs" initially mislabels new folder menuitem in Bookmarks menu (Test). r=gavin a=blocking-betaN 2010-11-05 14:03:42 -07:00
Frank Yan
8dedc55f53 Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske 2010-12-08 21:24:46 -08:00
Justin Dolske
4e13204b40 Bug 613403 - Fix existing tests to work with tab-modal prompt changes. r=ehsan, a=testsonly 2010-11-19 15:15:27 -08:00
Ehsan Akhgari
6eef9be2c8 Bug 551540 followup - Handle the event in capturing phase, and click on the center of the cells; r=me a=orange-fix 2010-10-21 22:21:20 -04:00
Ehsan Akhgari
1238d17e7b Bug 551540 followup - Wait for the Organizer window to be closed before proceeding; r=dolske a=orange-fix 2010-10-14 15:38:56 -04:00
Ehsan Akhgari
c80a410f60 Merge backout; a=orange 2010-10-20 18:21:40 -04:00
Ehsan Akhgari
ba2a6cec0e Backed out changeset 3ba3801c9a14 because of test orange 2010-10-20 18:20:51 -04:00
Marco Bonardo
3719d4480c bug 605183 - try to fix browser_drag_bookmarks_on_toolbar.js. Wait for focus and for drags. a=annoying-orange 2010-10-20 23:35:37 +02:00
Ehsan Akhgari
915b7c2e3a Bug 551540 followup - Fix the JS error, and wait for the Organizer window to be closed before proceeding; r=dolske a=orange-fix(hopefully) 2010-10-20 17:05:18 -04:00
Marco Bonardo
6ded5734cb Bug 575132 - Intermittent failure in browser_history_sidebar_search.js - skip unexpected pages 2010-07-22 14:08:50 +02:00
Marco Bonardo
2f57c7fefb Bug 575132 - Intermittent failure in browser_history_sidebar_search.js a=bsmedberg for CLOSED TREE 2010-07-20 16:48:23 +02:00
Dão Gottwald
cfbb1c97fe Bug 388880 - Don't initialize the bookmarks toolbar item when it's hidden. r=gavin 2010-07-16 21:03:04 +02:00
Dão Gottwald
1472cbbfd4 Bug 577320 - Remove tabs progress listener callback stubs. r=gavin 2010-07-10 01:44:55 +02:00
Marco Bonardo
6f064e142d Bug 575558 - New empty named bookmarks in the toolbar display the URL instead. r=dietrich 2010-06-30 23:24:05 +02:00
Marco Bonardo
9fe93d185e Bug 553467 - Move Places Transactions to PlacesUtils. Make PlacesUIUtils.ptm a compatibility shim. r=mano 2010-06-30 23:24:03 +02:00
Marco Bonardo
66f564f6e6 Bug 544817 - Create Bookmarks Widget with placement dependent on Bookmarks Bar status. r=dao 2010-06-24 10:08:43 -07:00
Marco Bonardo
46a081b592 Bug 573302 - Folder name is not update when create a folder and/or edit name in Properties. r=dietrich 2010-06-24 13:47:31 +02:00
Marco Bonardo
c23d3d5740 Places chrome tests should wait for clear history. 2010-06-22 14:44:40 +02:00
Asaf Romano
26deafd4c5 Bug 549491 - "The root node is never visible" exception when details of the root node are modified. r=mak 2010-06-22 14:44:38 +02:00
Matt Brubeck
f6afa68e4d Bug 572056 - About Us bookmark is always a 301. r=mak 2010-06-17 21:46:20 +02:00
Marco Bonardo
6d0b3f36e9 Bug 562644 - Ensure correct Places shutdown sequence and avoid sync expiration stuff. r=dietrich 2010-06-17 12:53:01 +02:00
Honza Bambas
a8eb1f27fb Bug 571522, browser_library_middleclick.js may leave an open tab, breaking following tests, r=mak 2010-06-12 13:20:57 +02:00
Jeff Walden
1a51ea8168 Bug 505656 - Bookmarks backup JSON generation should 1) generate valid JSON and 2) handle incremental failures better (omitting information, rather than potentially serializing bad information). r=mak 2010-05-10 16:11:03 -07:00
Drew Willcoxon
53df27b14f Bug 570720 - Intermittent failure in browser_library_search.js when default livemark feed includes "dummy". r=mak 2010-06-09 14:08:11 -07:00
Ehsan Akhgari
d43b445e2f Bug 570720 - disable browser_library_search.js 2010-06-08 12:06:37 -04:00
Asaf Romano
70e8267791 Bug 549192 - History view not updated after deleting entry. r=mak. 2010-06-04 22:48:04 +03:00
Michael Kohler
5f19df86e0 Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00