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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland of r114615: "chrome.clear: Increasing granularity of public API"
mkwst@chromium.org
2011-12-15
8
-124
/
+279
*
Reverting due to compile failure on multiple bots.
finnur@chromium.org
2011-12-15
8
-279
/
+124
*
chrome.clear: Increasing granularity of public API
mkwst@chromium.org
2011-12-15
8
-124
/
+279
*
Add private system extension API to get system update status
hashimoto@chromium.org
2011-12-15
4
-13
/
+146
*
Add some VLOG debugging info for extensions updating.
asargent@chromium.org
2011-12-15
1
-2
/
+39
*
Wire up onEvent and put it to use when UdpSocket::Write blocks.
miket@chromium.org
2011-12-15
5
-18
/
+110
*
Extend --load-extension commandline to accept multiple (comma-separated) exte...
jvoung@google.com
2011-12-14
1
-6
/
+57
*
Convert app_launch_index and page_index from int to StringOrdinal.
csharp@chromium.org
2011-12-14
11
-142
/
+649
*
Don't automatically create platform app shortcuts when testing.
benwells@chromium.org
2011-12-14
1
-0
/
+2
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
6
-10
/
+14
*
Enable panels flag for all tests that use panels.
dimich@chromium.org
2011-12-14
2
-3
/
+16
*
Added a test that verifies that calling window.open() from a BackgroundConten...
atwilson@chromium.org
2011-12-14
1
-0
/
+30
*
Fixing browser crash in extension_browser_event_router.cc.
dpapad@chromium.org
2011-12-14
1
-2
/
+4
*
Enable BookmarkAppGetsNormalProcess test.
creis@chromium.org
2011-12-14
1
-12
/
+15
*
Add some histograms for app notification performance and usage.
asargent@chromium.org
2011-12-14
5
-15
/
+96
*
Create copy of extensions page that is standalone.
estade@chromium.org
2011-12-13
3
-3
/
+3
*
Adding terminal private extension api.
tbarzic@chromium.org
2011-12-13
4
-0
/
+239
*
Revert r114227 "[filebrowser] Add left panel with roots."
oshima@chromium.org
2011-12-13
1
-1
/
+1
*
WebRequest API should warn when a developer attempts to filter URLs without p...
battre@chromium.org
2011-12-13
3
-3
/
+18
*
Allocate SocketController lazily.
miket@chromium.org
2011-12-13
2
-7
/
+26
*
Revert 114083 - Convert app_launch_index and page_index from int to StringOrd...
csharp@chromium.org
2011-12-13
10
-600
/
+141
*
Convert calls to the utility process in extension code to use the zygote on L...
jorgelo@chromium.org
2011-12-13
4
-0
/
+4
*
Renaming REMOVE_LSO_DATA to REMOVE_PLUGIN_DATA
mkwst@chromium.org
2011-12-13
2
-7
/
+8
*
[filebrowser] Add left panel with roots.
dgozman@chromium.org
2011-12-13
1
-1
/
+1
*
Rename permission from input to ime.
zork@chromium.org
2011-12-13
1
-0
/
+0
*
Hide default context menu for platform apps.
benwells@chromium.org
2011-12-13
1
-4
/
+87
*
Move/replace/rename URL-based extension getters from ExtensionService to/in E...
yoz@chromium.org
2011-12-13
10
-111
/
+48
*
Ensure ExtensionHost sets the RendererPrefs for its TabContents. This fixes a
mpcomplete@chromium.org
2011-12-13
1
-0
/
+7
*
Don't attempt to forward declare StringPiece.
erikwright@chromium.org
2011-12-13
1
-4
/
+1
*
Fix crash in test.
miket@chromium.org
2011-12-12
1
-1
/
+4
*
Convert app_launch_index and page_index from int to StringOrdinal.
csharp@chromium.org
2011-12-12
10
-141
/
+600
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
11
-25
/
+40
*
Installing a platform application will add all application shortucts.
benwells@chromium.org
2011-12-12
2
-2
/
+83
*
Fix cause of uninitialized memory read in ExtensionService unit_tests
asargent@chromium.org
2011-12-10
2
-2
/
+7
*
retry 113568 - extensions: remove install/uninstall terminology
estade@chromium.org
2011-12-10
4
-8
/
+19
*
Support chrome-extension:// scheme in URLPattern.
battre@chromium.org
2011-12-10
2
-1
/
+8
*
Fix crasher if onBeforeSendHeaders contains no new headers
battre@chromium.org
2011-12-10
1
-14
/
+18
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
3
-3
/
+3
*
Move the "extension" namespace from extension_api.json into extension_api_ext...
koz@chromium.org
2011-12-09
9
-13
/
+10
*
Panels back behind a flag except for dev/canary.
jennb@chromium.org
2011-12-09
2
-8
/
+9
*
Fix invalid pointer indirection causing crash when syncing data.
saintlou@chromium.org
2011-12-09
1
-2
/
+2
*
Revert 113804 - [filebrowser] Add left panel with roots.
estade@chromium.org
2011-12-09
1
-1
/
+1
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-7
/
+4
*
Create a bunch of TabHelpers and TabObservers, move all TCW functionality int...
avi@chromium.org
2011-12-09
2
-2
/
+2
*
Revert 113794 - Revert 113785 - Enable TransferNavigationResourceHandler
battre@chromium.org
2011-12-09
1
-5
/
+0
*
[filebrowser] Add left panel with roots.
dgozman@chromium.org
2011-12-09
1
-1
/
+1
*
Revert 113785 - Enable TransferNavigationResourceHandler
battre@chromium.org
2011-12-09
1
-0
/
+5
*
Enable TransferNavigationResourceHandler
battre@chromium.org
2011-12-09
1
-5
/
+0
*
Make URL filter for web request API mandatory
battre@chromium.org
2011-12-09
1
-10
/
+11
*
Move URLPattern::ParseOption into a field.
aa@chromium.org
2011-12-09
8
-22
/
+21
[next]