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
*
Revert 116803 - Don't use browser windows for platform app shell windows.
sky@chromium.org
2012-01-07
5
-85
/
+55
*
Don't use browser windows for platform app shell windows.
mihaip@chromium.org
2012-01-07
5
-55
/
+85
*
Move WebUIFactory into content/public/browser and make it use WebContents ins...
jam@chromium.org
2012-01-07
1
-2
/
+1
*
Get rid of the ChromeWebUI class and just make all the classes in chrome deri...
jam@chromium.org
2012-01-06
2
-3
/
+3
*
Ignore delete for non-existing item to avoid stopping sync when app notificat...
munjal@chromium.org
2012-01-06
1
-0
/
+7
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
10
-14
/
+3
*
Cleanup extension permissions module.
jstritar@chromium.org
2012-01-06
20
-317
/
+798
*
Prevent calling internal metrics code with invalid values.
rkc@chromium.org
2012-01-06
1
-1
/
+20
*
Mark FAILS test that's failing on Vista build.
miket@chromium.org
2012-01-06
1
-1
/
+8
*
Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...
jam@chromium.org
2012-01-06
4
-12
/
+12
*
Fix extension chrome.experimental.clear key parsing.
mattm@chromium.org
2012-01-06
2
-10
/
+49
*
Convert the remaining trivial tab_contents.h includes in chrome to use web_co...
jam@chromium.org
2012-01-05
5
-5
/
+2
*
An interim commit that works for simple cases. There is an arbitrary 1K limit...
miket@chromium.org
2012-01-05
16
-56
/
+395
*
Make ExtensionHost::host_contents() return a WebContents and update calling c...
jam@chromium.org
2012-01-05
2
-3
/
+5
*
Cleanup: Removing FileSystemPathManager
kinuko@chromium.org
2012-01-05
5
-43
/
+31
*
Revert 116407 - Update Extension Pack UI to warn before overwriting existing CRX
mrossetti@chromium.org
2012-01-05
8
-118
/
+44
*
Update Extension Pack UI to warn before overwriting existing CRX
aa@chromium.org
2012-01-04
8
-44
/
+118
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
12
-49
/
+62
*
OnExternalExtensionFileFound: log new version correctly
jaysoffian@gmail.com
2012-01-04
1
-2
/
+3
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
8
-28
/
+31
*
Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.
jam@chromium.org
2012-01-04
6
-98
/
+101
*
sync: Merge the server-side protocol changes.
albertb@chromium.org
2012-01-04
1
-2
/
+2
*
Update app_notification_manager to always be deleted on UI thread.
joth@chromium.org
2012-01-04
2
-13
/
+10
*
Move background_page extension manifest key to background.page.
aa@chromium.org
2012-01-04
2
-7
/
+11
*
Hide downloads of extensions blacklist from web request API.
battre@chromium.org
2012-01-04
2
-42
/
+51
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
8
-13
/
+17
*
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...
jam@chromium.org
2012-01-03
5
-28
/
+35
*
Fix build break after merge conflict
jam@chromium.org
2012-01-03
1
-0
/
+1
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
8
-23
/
+31
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
24
-131
/
+156
*
Remove DeleteTask and convert remaining users.
dcheng@chromium.org
2012-01-02
3
-7
/
+6
*
Correctly report new navigation targets in incognito profiles
jochen@chromium.org
2012-01-02
4
-8
/
+108
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
4
-48
/
+57
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
3
-9
/
+14
*
Disable flaky on Win WebKit debug AppApiTest.AppProcessRedirectBack
mnaganov@chromium.org
2011-12-30
1
-1
/
+2
*
Delay some extension startup until after first run import.
yoz@chromium.org
2011-12-30
2
-11
/
+39
*
Make webstore installs work when the Downloads folder is missing.
asargent@chromium.org
2011-12-29
3
-3
/
+49
*
Retry: Convert stragglers not on spreadsheet to base::Bind()
ajwong@chromium.org
2011-12-29
1
-0
/
+1
*
Create a Content API interface around NavigationController, and move all the ...
jam@chromium.org
2011-12-29
1
-0
/
+1
*
Convert unix_hacker functions on NavigationController that are used by Chrome...
jam@chromium.org
2011-12-29
3
-4
/
+4
*
Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()
ajwong@chromium.org
2011-12-29
1
-1
/
+0
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
2
-9
/
+11
*
Convert stragglers not on spreadsheet to base::Bind()
ajwong@chromium.org
2011-12-28
1
-0
/
+1
*
Refactor FirstRun class code into namespace first_run progressively. This cl ...
jennyz@chromium.org
2011-12-28
1
-1
/
+1
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
5
-7
/
+13
*
Remove some unnecessary render_widget_host_view_mac.h includes in chrome.
jam@chromium.org
2011-12-28
1
-1
/
+0
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
9
-14
/
+17
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
12
-26
/
+41
*
Speculative fix for default apps failing to remain installed after the first ...
yoz@chromium.org
2011-12-28
1
-3
/
+7
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
6
-2
/
+8
[next]