index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
bookmarks
Commit message (
Expand
)
Author
Age
Files
Lines
*
bookmarks: Remove profile member from BookmarkInputWindowDialogController.
tfarina@chromium.org
2011-11-09
2
-4
/
+1
*
Change 'Add Page' to show a simple input dialog with --use-more-webui.
mazda@chromium.org
2011-11-09
7
-183
/
+251
*
Migrate NewRunnableMethod() to base::Bind() in bookmark_storage.cc
isherman@chromium.org
2011-11-04
1
-2
/
+3
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
10
-0
/
+17
*
gtk/bookmarks: Update the label of some dialog buttons.
tfarina@chromium.org
2011-11-02
1
-1
/
+3
*
bookmarks: Rename ExtensionBookmarkManagerEventRouter.
tfarina@chromium.org
2011-10-31
2
-17
/
+16
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
9
-25
/
+26
*
Enable BookmarkContextMenuControllerTest.CutCopyPasteNode for aura builds.
jennyz@chromium.org
2011-10-27
1
-8
/
+1
*
Enable BookmarkUtilsTest.CopyPaste() test case for aura builds.
jennyz@chromium.org
2011-10-27
1
-3
/
+0
*
Fix yet another crash with bookmarks drag&drop on Mac.
isherman@chromium.org
2011-10-27
2
-4
/
+4
*
Make single item bookmark drags look nicer.
avi@chromium.org
2011-10-26
2
-19
/
+129
*
Fixed leak in ExtensionBookmarksTest.
joaodasilva@chromium.org
2011-10-25
2
-26
/
+32
*
Implement InputWindowDialog with WebUI for bookmark folder management.
mazda@chromium.org
2011-10-25
1
-3
/
+0
*
Move bookmarks extension api implementation to bookmarks dir.
aa@chromium.org
2011-10-25
11
-0
/
+2212
*
Remove unneeded files; make the mac bookmark helper self-contained.
avi@chromium.org
2011-10-20
3
-115
/
+127
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-5
/
+5
*
Move notification_source from content/common to content/browser/public and pu...
jam@chromium.org
2011-10-19
2
-10
/
+11
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
5
-39
/
+41
*
content: Make tab_contents_drag_source not depend on download_util.h
erg@google.com
2011-10-18
1
-1
/
+1
*
Permanent folders changes
noyau@chromium.org
2011-10-18
3
-29
/
+69
*
record UMA histogram for different bookmark launch types
estade@chromium.org
2011-10-18
2
-0
/
+34
*
Aura: unit_tests now run on Linux
jamescook@chromium.org
2011-10-17
2
-1
/
+11
*
base::Bind: Convert FileUtilProxy::StatusCallback.
jhawkins@chromium.org
2011-10-17
1
-3
/
+1
*
Don't show URL for pending new navigations initiated by the renderer.
creis@chromium.org
2011-10-13
2
-3
/
+5
*
net: Move EscapeForHTML() functions into net namespace.
tfarina@chromium.org
2011-10-13
2
-2
/
+2
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
3
-4
/
+4
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
1
-1
/
+2
*
Fixed behavior of the bookmark bar visibility.
joaodasilva@chromium.org
2011-10-11
4
-17
/
+11
*
bookmarks: Change some assertions to expectations in bookmark_utils unittests.
tfarina@chromium.org
2011-10-10
1
-81
/
+80
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-08
2
-3
/
+8
*
Revert 104597 - base::Bind: Complete cleanup of history/.
acolwell@chromium.org
2011-10-07
2
-8
/
+3
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-07
2
-3
/
+8
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
2
-2
/
+2
*
Compile out Native under Aura when WebUI is available.
saintlou@chromium.org
2011-10-05
1
-0
/
+9
*
bookmarks: DoesBookmarkTextContainWords() should not use plain string-match f...
tfarina@chromium.org
2011-10-04
2
-8
/
+32
*
[Sync] Make bookmark_editor.expanded_nodes pref unsyncable
akalin@chromium.org
2011-09-29
1
-1
/
+5
*
Set parent_node in EditDetails::EditNode constructor.
flackr@chromium.org
2011-09-23
1
-1
/
+3
*
Add --use-more-webui runtime flag to toggle WebUI replacements for native dia...
flackr@chromium.org
2011-09-21
3
-33
/
+82
*
Revert 101785 - Add --use-more-webui runtime flag to toggle WebUI replacement...
scherkus@chromium.org
2011-09-19
3
-82
/
+33
*
Add --use-more-webui runtime flag to toggle WebUI replacements for native dia...
flackr@chromium.org
2011-09-19
3
-33
/
+82
*
Aura under Linux is enabled with:
saintlou@chromium.org
2011-09-18
1
-0
/
+3
*
Revert 101581 - Add --use-more-webui runtime flag to toggle WebUI replacement...
rsimha@chromium.org
2011-09-16
3
-82
/
+33
*
Add --use-more-webui runtime flag to toggle WebUI replacements for native dia...
flackr@chromium.org
2011-09-16
3
-33
/
+82
*
Disable clipboard for bookmarks in TOUCH_UI builds
wyck@chromium.org
2011-09-14
2
-1
/
+15
*
Fixes possible deadlock between history and bookmarks. The deadlock
sky@chromium.org
2011-09-14
2
-1
/
+12
*
Revert 100991 - Disable clipboard for bookmarks in TOUCH_UI builds
ericu@google.com
2011-09-13
1
-7
/
+0
*
Disable clipboard for bookmarks in TOUCH_UI builds
wyck@chromium.org
2011-09-13
1
-0
/
+7
*
Preliminary work to allow Chrome to build with USE_AURA.
ben@chromium.org
2011-09-06
1
-2
/
+2
*
bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book...
tfarina@chromium.org
2011-09-03
5
-35
/
+36
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+1
[next]