Commit Graph

1534 Commits

Author SHA1 Message Date
Chris Leary
679a65fe47 Merge mozilla-central and tracemonkey. 2011-07-05 17:30:35 -07:00
Kyle Huey
7ee7dacb0b Bug 578268: Eliminate the last vestiges of mork from Firefox. r=mak 2011-07-02 12:16:45 -07:00
Marco Bonardo
613c7be98e bug 662806 - follow-up - revert dumb change. 2011-07-02 14:19:24 +02:00
Marco Bonardo
e1678f1592 Bug 662806 - nsINavHistoryObserver: pass GUID to onPageChanged.
r=philikon sr=rstrong
2011-06-30 22:06:56 +02:00
Marco Bonardo
f7be880d3b Bug 662806 - nsINavHistoryObserver: pass GUID to onTitleChanged.
r=dietrich sr=rstrong
2011-06-30 22:05:49 +02:00
Marco Bonardo
9a02cdb748 Bug 660109 - Allow to distinguish history removals caused by expiration from those requested by the user.
r=dietrich sr=rstrong
2011-06-30 15:34:10 +02: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
Marco Bonardo
fcea44f18f Bug 666709 - One or more places xpcshell tests modify in-tree default.sqlite.
r=ted
2011-06-24 18:00:07 +02:00
Marco Bonardo
290c00097d Bug 664986 - Fix random timeouts in livemarks tests.
r=dietrich
2011-06-17 17:05:46 +02:00
Marco Bonardo
1d29bc67a9 Bug 663344 - Maintenance may cause history loss.
r=dietrich
2011-06-16 12:04:14 +02:00
Marco Bonardo
4acb6c380a Merge Places and mozilla-central 2011-06-16 11:55:54 +02:00
Marco Bonardo
cf5abeec84 Bug 303567 - In live bookmarks, entries not having a <link> element should use the <link> child of root.
r=dietrich
2011-06-15 01:54:35 +02:00
Marco Bonardo
73b6651998 Bug 661445 - Refactor Livemarks service for future schema changes.
r=dietrich
2011-06-15 01:54:33 +02:00
Marco Bonardo
908a60c4c3 Bug 663269 - Handle null livemarks siteURIs.
r=dietrich
2011-06-15 01:54:31 +02:00
Marco Bonardo
69b8d5b058 Bug 556721 - Avoid deprecated octal warnings in head_common.js DONTBUILD
rs=places-team
2011-06-10 02:58:43 +02:00
Marco Bonardo
3636b50e36 Bug 556721 - Close custom Places tests connection when it's used.
rs=places-team
2011-06-10 00:33:00 +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
Philipp von Weitershausen
396ff23f45 Bug 633266 - nsINavHistoryObserver: also pass in GUID whenever we pass in a URI. r=mak
Part 3: Implementation
2011-06-08 17:10:29 +02:00
Philipp von Weitershausen
41c630cdf8 Bug 633266 - nsINavHistoryObserver: also pass in GUID whenever we pass in a URI. r=mak sr=rstrong
Part 2: IDL changes
2011-06-08 17:10:29 +02:00
Philipp von Weitershausen
7aef33b5ec Bug 633266 - nsINavHistoryObserver: also pass in GUID whenever we pass in a URI. r=mak
Part 1: Tests
2011-06-08 17:10:28 +02:00
Marco Bonardo
4451f196fe Merge Places and mozilla-central 2011-06-08 12:21:07 +02:00
Marco Bonardo
69ad611285 Merge Places and mozilla-central 2011-06-02 13:34:44 +02:00
Marco Bonardo
4e62a95895 Bug 661135 - Minor performance improvements to autocomplete queries.
r=sdwilsh
2011-06-02 02:52:25 +02:00
Matt Brubeck
e9f85ae1c1 Bug 660036 - Work around garbage values from PR_GetPhysicalMemorySize in Android 2.2 [r=mak] 2011-06-01 17:09:03 -07:00
Marco Bonardo
b4d2516095 Bug 659740 - Frecency update causes SQL sort warning.
r=sdwilsh
2011-06-01 03:33:45 +02:00
Boris Zbarsky
e167b0caba Bug 598833 part 9. Store an Element pointer in Link. r=smaug,sdwilsh 2011-05-31 21:46:57 -04:00
Marco Bonardo
3a4685cc78 Bug 556721 - Cleanup test_update_frecency_after_delete.js and test_412132.js
rs=places-team
2011-05-26 23:26:02 +02:00
Matt Brubeck
8721631cfa Bug 661351 - Clean up code that worked around bad values from PR_GetPhysicalMemorySize [r=mak] 2011-06-03 07:00:08 -07:00
Michael Ventnor
139a40b9ed Bug 566489 - Enable inline autocomplete again, but make it smarter for URLs r=sdwilsh sr=gavin a=sheriff 2011-05-24 15:47:25 +10:00
Matheus Kerschbaum
35f86c76ad Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew 2011-05-23 18:54:47 +02:00
Ted Mielczarek
a88f0715f0 merge m-c and b-s 2011-06-13 09:09:43 -04:00
Ed Morley
223c46b36b Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04: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
Joel Maher
6993636556 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Justin Lebar
110b9f1823 Bug 655270 - push/replaceState should update the favicon. r=mak, sr=gavin 2011-05-20 08:37:02 -04:00
Marco Bonardo
b0bc1f276a Merge Places and mozilla-central 2011-05-17 15:40:41 +02:00
Marco Bonardo
b8dfb02f0c Bug 656188 - Cache last 10 fetched bookmarks info to speed up repeated requests.
r=sdwilsh
2011-05-17 00:11:35 +02:00
Marco Bonardo
4a5a10eb83 Bug 633274 - Follow-up to fix an intermittent crash.
r=postreview
2011-05-16 11:19:03 +02:00
Marco Bonardo
4de857f50f Bug 633274 - Improve nsINavBookmarkObserver (test).
r=sdwilsh
2011-05-13 21:24:29 +02:00
Marco Bonardo
114ccfbb5d Bug 633274 - Improve nsINavBookmarkObserver (Places observers changes).
r=sdwilsh
2011-05-13 21:24:25 +02:00
Marco Bonardo
13c42a89ec Bug 633274 - Improve nsINavBookmarkObserver (Places changes).
r=sdwilsh
2011-05-13 21:24:22 +02:00
Marco Bonardo
b57eab5690 Bug 633274 - Improve nsINavBookmarkObserver (idl changes).
r=sdwilsh sr=gavin
2011-05-13 21:23:40 +02:00
Shawn Wilsher
1aafd383b1 Bug 657034 - Timed Expiration queries need to bind null too. r=mak 2011-05-16 12:42:05 +02:00
Justin Lebar
0421065dcb Bug 646422 - push/replaceState should inform global history of the new URI's title. r=mak 2011-05-15 20:29:18 -04:00
Marco Bonardo
062096757a Bug 493783 - Fix some Places warnings.
r=sdwilsh
2011-05-10 03:10: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
b6ee6bdde2 Bug 639105 - A new entry does not appear in History menu for the certain pages.
r=dietrich
2011-05-03 15:30:19 +02:00
Marco Bonardo
5bab90c7db Bug 619623 - Disable Idle Service to check if it's related with the intermittent failure.
r=sdwilsh
2011-04-29 18:12:23 +02:00
Marco Bonardo
00c605c6fc Bug 630240 - Avoid full refreshes in history results when incremental updates are easy.
r=dietrich
2011-04-29 18:12:20 +02:00