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
/
extensions
/
extension_bookmarks_module.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
FBTF: Even more ctor/virtual deinlining.
erg@google.com
2010-10-19
1
-0
/
+4
*
Pull events-related code out of ExtensionMessageService into its own class.
mpcomplete@chromium.org
2010-10-15
1
-3
/
+3
*
fix bookmarks API crash when handling invalid URL
erikkay@chromium.org
2010-10-11
1
-11
/
+8
*
Ensure global extension events (like bookmarks) are sent to the incognito
mpcomplete@chromium.org
2010-10-08
1
-1
/
+1
*
Add support for a "split" incognito behavior for extensions.
mpcomplete@chromium.org
2010-08-31
1
-1
/
+1
*
Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...
viettrungluu@chromium.org
2010-08-30
1
-4
/
+4
*
Remove wstrings from bookmarks, part 17.
viettrungluu@chromium.org
2010-08-29
1
-3
/
+3
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Remove wstrings from bookmarks, part 15.
viettrungluu@chromium.org
2010-08-26
1
-2
/
+1
*
Remove wstrings in bookmarks, part 10.
viettrungluu@chromium.org
2010-08-22
1
-1
/
+1
*
Remove deprecated wstring Get(As)String() methods from Value, etc.
viettrungluu@chromium.org
2010-08-16
1
-2
/
+3
*
Convert wide string constants in extension_bookmarks_module_constants.
viettrungluu@chromium.org
2010-08-13
1
-5
/
+6
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-13
/
+18
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-1
/
+2
*
Update extension functions to always pass a list of arguments, even when one ...
arv@chromium.org
2010-05-21
1
-62
/
+32
*
Revert 47675.
mirandac@chromium.org
2010-05-20
1
-1
/
+1
*
Move data types used in the importer process to common/, in preparation for i...
mirandac@chromium.org
2010-05-19
1
-1
/
+1
*
Use FilePath in ProfileInfo struct.
tfarina@chromium.org
2010-05-15
1
-1
/
+1
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-14
1
-2
/
+2
*
Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...
jochen@chromium.org
2010-04-13
1
-2
/
+2
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-13
1
-2
/
+2
*
Revert 44348 - Add support for restricting broadcasting events to extensions ...
jochen@chromium.org
2010-04-13
1
-2
/
+2
*
Add support for restricting broadcasting events to extensions based on host p...
jochen@chromium.org
2010-04-13
1
-2
/
+2
*
Add a folders_only and subtree api to bookmark manager
feldstein@chromium.org
2010-04-02
1
-91
/
+16
*
Some small bookmark manager fixes.
arv@chromium.org
2010-03-29
1
-1
/
+3
*
Move onImportBegan/Ended to the regular bookmarks api
feldstein@chromium.org
2010-03-26
1
-0
/
+64
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-2
/
+2
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Make it so that chrome.bookmarks.update can update the URL of a bookmark.
arv@chromium.org
2010-02-10
1
-7
/
+26
*
Add import/export extension apis
feldstein@chromium.org
2010-01-28
1
-0
/
+19
*
Adds bookmarks.getRecent that returns the recently bookmarked items.
arv@chromium.org
2009-12-18
1
-0
/
+20
*
Add ExtensionsQuotaService to limit abusive amounts of requests
tim@chromium.org
2009-12-04
1
-33
/
+280
*
Add extensions BookmarkModel observer automatically when manifest has bookmar...
mattm@chromium.org
2009-11-20
1
-5
/
+0
*
Linux: fix uninit warnings when building -Os.
agl@chromium.org
2009-11-16
1
-1
/
+1
*
Fix memory leak in AsyncExtensionFunction.
mpcomplete@chromium.org
2009-11-10
1
-5
/
+5
*
Take 2 at browser_sync::ExtensionsActivityMonitor.
tim@chromium.org
2009-10-28
1
-1
/
+8
*
Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to ...
tim@chromium.org
2009-10-27
1
-8
/
+1
*
Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u...
tim@chromium.org
2009-10-27
1
-1
/
+8
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
1
-6
/
+6
*
Small cleanup to extension function registration to avoid scattered definitions.
mpcomplete@chromium.org
2009-10-14
1
-2
/
+1
*
Coverity: Fix memleak in GetNodeDictionary again.
mattm@chromium.org
2009-09-29
1
-3
/
+2
*
finished testing functions and added events to bookmark tests.
erikkay@chromium.org
2009-09-08
1
-3
/
+0
*
more bookmark tests, plus fix a couple of API bugs
erikkay@chromium.org
2009-09-01
1
-11
/
+21
*
Extension API Renaming/Consistency changes
rafaelw@chromium.org
2009-08-28
1
-2
/
+4
*
(Extension API) Make BookmarkTreeNode.index "type":"integer"
rafaelw@chromium.org
2009-08-24
1
-2
/
+1
*
Reapply r23840 - Also return bookmark index through bookmarks API.
kuchhal@chromium.org
2009-08-20
1
-1
/
+4
*
Revert "Also return bookmark index through bookmarks API."
kuchhal@chromium.org
2009-08-20
1
-4
/
+1
*
Also return bookmark index through bookmarks API.
kuchhal@chromium.org
2009-08-20
1
-1
/
+4
*
Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...
rafaelw@chromium.org
2009-07-24
1
-9
/
+15
*
Changed the extension.connect() API not to broadcast to all tabs. Added a
mpcomplete@chromium.org
2009-07-20
1
-2
/
+4
[next]