Ehsan Akhgari
d2a736edb4
Bug 627474 - Part 2: Use nsIXPConnect::WrapNative directly in order to avoid having to link in libgklayout in non-libxul builds; r=bzbarsky a=bustage
2011-01-20 15:23:48 -05:00
Ehsan Akhgari
d4485dab82
Bug 627474 - Part 1: Link places against libmozjs in non-libxul builds; r=sdwilsh
2011-01-20 14:07:01 -05:00
Ehsan Akhgari
1855c39640
Remove an extra semicolon which disturbs pedantic compilers; rs=sdwilsh a=landing on a CLOSED TREE DONTBUILD
2011-01-20 14:14:35 -05:00
Ehsan Akhgari
50c05ed6b9
Remove an extra semicolon which disturbs pedantic compilers; rs=sdwilsh a=landing on a CLOSED TREE DONTBUILD
2011-01-20 13:33:19 -05:00
Shawn Wilsher
121c6f0f5d
Merge Places and mozilla-central.
...
a=blockers
2011-01-20 09:41:50 -08:00
Shawn Wilsher
6d1a99ccfe
Bug 606966 - Need an async history visit API exposed to JS
...
Part 19 - Fetch the visit information about the right visit, and make sure we
have the place id and guid when we need to notify a callback function.
r=mak
a=blocking
2011-01-20 15:35:40 +01:00
Shawn Wilsher
4b9884dc2f
Bug 606966 - Need an async history visit API exposed to JS
...
Part 18 - Update changes to the guid/title when they happen.
r=mak
a=blocking
2011-01-20 15:35:37 +01:00
Rob Campbell
562694e1e9
Bug 627342 - re-enable browser_webconsole_js_input_expansion.js, a=developers
2011-01-20 10:14:37 -04:00
Patrick Walton
c047db60b4
Bug 605621 - Web Console output box should be reskinned; f=mihai.sucan r=sdwilsh,dao, a=blocking2.0
2011-01-20 08:47:42 -04:00
Andrew Sutherland
01dae9227c
Bug 627300 - Intermittent failure in places/tests/queries/test_tags.js owing to poor book-keeping in the test. test-only, a=bustage-fix.
2011-01-20 01:38:18 -08:00
Shawn Wilsher
52dde12f4d
Merge mozilla-central to Places.
2011-01-19 15:01:12 -08:00
Mihai Sucan
e0e8de30cd
Bug 618078 - Exception in asynchronous callback not visible in web or error console; f=rcampbell r=sdwilsh a=blocking2.0
2011-01-19 10:23:07 -04:00
Marco Bonardo
4d2ca58c1f
merge backout
2011-01-18 20:49:58 +01:00
Marco Bonardo
f8c8321751
Backed out changeset 5ca06e1e6eb1 to investigate linux B permaorange
2011-01-18 20:49:39 +01:00
Marco Bonardo
64d3f0787b
merge backout
2011-01-18 19:47:11 +01:00
Marco Bonardo
33f1320796
Backed out changeset 7408fd331dd0 to investigate linux B permaorange
2011-01-18 19:46:41 +01:00
Marco Bonardo
4cd168beb3
Bug 611393 - mDBVisitToVisitResult is missing the 13th column.
...
r=trivial a=DONTBUILD
2011-01-15 01:37:52 +01:00
Shawn Wilsher
bc7294901e
Bug 606966 - Need an async history visit API exposed to JS
...
Part 19 - Fetch the visit information about the right visit, and make sure we
have the place id and guid when we need to notify a callback function.
r=mak
a=blocking
2011-01-14 14:42:17 -08:00
Shawn Wilsher
df48b66635
Bug 606966 - Need an async history visit API exposed to JS
...
Part 18 - Update changes to the guid/title when they happen.
r=mak
a=blocking
2011-01-14 14:41:42 -08:00
Shawn Wilsher
ff0efc8617
Bug 606966 - Need an async history visit API exposed to JS
...
Part 17 - Create mozIPlaceInfo and mozIVisitInfo objects, and use them to
notify the callback.
r=mak
r=lw
a=blocking
2011-01-14 14:38:34 -08:00
Shawn Wilsher
dd80c925cd
Merge mozilla-central to Places.
2011-01-14 12:39:31 -08:00
Rob Campbell
a48839d5a5
Backed out changeset 754ea885a0f8, bug 605621. Crash. a=tree
2011-01-19 16:41:50 -04:00
Patrick Walton
58518a0809
Bug 605621 - Web Console output box should be reskinned; f=mihai.sucan r=sdwilsh,dao a=blocking2.0
2011-01-19 15:46:40 -04:00
Shawn Wilsher
d96810cb67
Fix typo in comment. a=stupidity
2011-01-14 11:10:11 -08:00
Shawn Wilsher
8c587e4fb8
Bug 606966 - Need an async history visit API exposed to JS
...
Part 16 - Handle a callback if it is provided.
r=mak
a=blocking
2011-01-14 10:42:41 -08:00
Marco Bonardo
d25c4cc2d6
Bug 591850 - Intermittent failure in places/tests/queries/test_tags.js | 0 == 1, 1==2
...
a=tests-only
2011-01-14 17:20:39 +01:00
Marco Bonardo
f281ef387e
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
Shawn Wilsher
5732f1c5be
Bug 606966 - Need an async history visit API exposed to JS
...
Part 15 - Only get a new session id if we need to.
r=mak
a=blocking
2011-01-13 18:31:34 -08:00
Shawn Wilsher
331780a93c
Bug 606966 - Need an async history visit API exposed to JS
...
Part 14 - Set the guid for new visits when it is given.
r=mak
a=blocking
2011-01-13 18:31:34 -08:00
Shawn Wilsher
3f176b73f3
Bug 606966 - Need an async history visit API exposed to JS
...
Part 13 - Set the page title for new visits when it is given.
r=mak
a=blocking
2011-01-13 18:31:34 -08:00
Marco Bonardo
70f8868340
Bug 621274 - Location Bar remembers invalid (Server not found) URLs.
...
r=sdwilsh a=blocker
2011-01-14 02:33:33 +01:00
Shawn Wilsher
36548ebaec
Merge mozilla-central and Places
2011-01-13 15:07:04 -08:00
Shawn Wilsher
03e7c6728f
Bug 606966 - Need an async history visit API exposed to JS
...
Part 3 - Stub out the methods on mozilla::places::History.
r=mak
a=blocking
2011-01-13 13:37:04 -08:00
Shawn Wilsher
f3aaa7813c
Bug 606966 - Need an async history visit API exposed to JS
...
Part 1 - Public interfaces for the new API
r=mak
sr=rs
a=blocking
2011-01-13 13:37:02 -08:00
Shawn Wilsher
f02cabf720
Bug 606966 - Need an async history visit API exposed to JS
...
Part 12 - InsertVisitedURIs should handle adding multiple visits to the same place.
Fixes a minor bug in Part 10.
r=mak
a=blocking
2011-01-12 10:22:55 -08:00
Shawn Wilsher
97ee243c63
Bug 606966 - Need an async history visit API exposed to JS
...
Part 11 - Refactor embed visit adding into a helper method.
r=mak
a=blocking
2011-01-12 10:22:39 -08:00
Blair McBride
1f81431428
Bug 558321 - Tab Matches are not honoured in Private Browsing mode. r=mak77, a=blocking-betaN
2011-01-12 13:40:36 +13:00
Dão Gottwald
6297e4e837
Backing out part of changeset 22ea9b958dc7. a=?!
2011-01-18 10:43:44 +01:00
Pascal Chevrel
a56c81e446
Bug 621091 - Linux Theme should use moz-icon://stock/gtk-file for blank documents. r=dao
2011-01-18 09:43:01 +01:00
Shawn Wilsher
2389000d7f
Bug 606966 - Need an async history visit API exposed to JS
...
Part 10 - Refactor InsertVistedURI to InsertVisitedURIs and have it take an
array of VisitData objects to add.
r=mak
a=blocking
2011-01-11 11:13:17 -08:00
Shawn Wilsher
ec3ece939b
Bug 606966 - Need an async history visit API exposed to JS
...
Part 9 - Move referrer loading logic into a helper method.
r=dietrich
a=blocking
2011-01-11 11:03:22 -08:00
Shawn Wilsher
7e38b4107c
Bug 606966 - Need an async history visit API exposed to JS
...
Part 8 - add a referrerSpec and guid property to VisitData. We'll need to
potentially pass both of these in the new updatePlaces method.
r=mak
a=blocking
2011-01-11 11:01:26 -08:00
Shawn Wilsher
e5d73136b8
Bug 606966 - Need an async history visit API exposed to JS
...
Part 7 - Pull FetchPageInfo onto History, and make both of our current async
operations use it (requires us to add title to VisitData).
r=dietrich
a=blocking
2011-01-11 10:48:53 -08:00
Shawn Wilsher
eff92a90bf
Bug 606966 - Need an async history visit API exposed to JS
...
Part 6 - Move inserting and updating of moz_place entries from InsertVisitedURI
to History.
r=dietrich
a=blocking
2011-01-11 10:48:14 -08:00
Shawn Wilsher
2bf4ab718d
Bug 606966 - Need an async history visit API exposed to JS
...
Part 5 - Add a new constructor to VisitData that takes a URI and automatically
obtains the spec and the reversed hostname. Also add a method to set the
transition type that also sets the hidden flag and the typed flag accordingly.
Finally, update all the code that sets this stuff manually to use the new
helper methods.
r=dietrich
a=blocking
2011-01-11 10:34:04 -08:00
Shawn Wilsher
3948605850
Bug 606966 - Need an async history visit API exposed to JS
...
Part 4 - Refactor hidden flag logic into a helper method.
r=mak
a=blocking
2011-01-11 10:26:44 -08:00
Shawn Wilsher
0cbceb59df
Bug 606966 - Need an async history visit API exposed to JS
...
Part 2 - Refactor tests and add a run_next_test method in head_common.js
r=mak
a=blocking
2011-01-11 10:19:19 -08:00
Marco Bonardo
7f4b2ff6a4
Bug 609286 (Part 2) - Detect a corrupt Places.sqlite and replace the database on next startup.
...
r=dietrich a=blocking
2011-01-10 19:57:24 +01:00
Marco Bonardo
ab775a22e0
Bug 609286 (Part 1) - Detect corrupt places.sqlite and replace it on next startup.
...
r=dietrich a=blocker
2011-01-10 19:54:49 +01:00
Marco Bonardo
1d01b5fedf
Bug 615992 - IsBookmarked can lock for each onVisit call.
...
r=sdwilsh a=blocking
2010-12-20 18:21:49 +01:00