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
*
Rename IndexOfChild to GetIndexOf. Part 1
tfarina@chromium.org
2011-03-08
2
-4
/
+4
*
Cleanup: Use more specific friend struct / make destructors non-public for cl...
thestig@chromium.org
2011-03-07
2
-2
/
+6
*
Mark ExtensionCrashRecoveryTest.TwoExtensionsReloadIndependently as FLAKY.
satish@chromium.org
2011-03-07
1
-1
/
+2
*
Fix missing change notifications of UserPrefStore
battre@chromium.org
2011-03-07
4
-10
/
+9
*
Move notification service code to content. We'll need to figure out how to s...
jam@chromium.org
2011-03-07
1
-3
/
+3
*
Remove note about flakiness from a test that is no longer flaky.
asargent@chromium.org
2011-03-05
1
-1
/
+0
*
Reorder some functions in ExtensionPrefs to keep related methods together.
asargent@chromium.org
2011-03-04
2
-25
/
+25
*
Give a helpful warning message if a url patern contains a port.
skerner@chromium.org
2011-03-04
17
-28
/
+72
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
2
-3
/
+3
*
Return accessible icon URLs for disabled extensions in the management API.
jstritar@chromium.org
2011-03-04
1
-2
/
+5
*
Add an optional 'page_index' preference to apps and 'setPageIndex' message wh...
rbyers@chromium.org
2011-03-04
3
-0
/
+55
*
[NTP] Focus already opened NTP when an app is installed, instead of opening a...
jstritar@chromium.org
2011-03-03
1
-8
/
+25
*
Updates special case Speed Tracer code after inspector protocol changes.
pfeldman@chromium.org
2011-03-03
1
-26
/
+4
*
mac clang compile fix.
skerner@chromium.org
2011-03-03
1
-1
/
+1
*
Split PendingExtensionInfo into its own file. No behavior changed.
skerner@chromium.org
2011-03-03
7
-91
/
+138
*
Fix TODOs: Get rid of ExtensionService::InstallExtension().
skerner@chromium.org
2011-03-03
4
-46
/
+31
*
Split infobar_delegate.[cc,h] into separate pieces for the different classes ...
tfarina@chromium.org
2011-03-03
6
-10
/
+10
*
Only send webNavigation events for http/https/file/ftp URLs.
jochen@chromium.org
2011-03-02
4
-3
/
+62
*
Rename the targetUrl parameter to url in webNavigation.onBeforeRetarget
jochen@chromium.org
2011-03-02
3
-3
/
+1
*
Pass webNavigation transitionQualifier as array instead of a string
jochen@chromium.org
2011-03-02
1
-3
/
+8
*
wstring: remove some simple instances of ToWStringHack
evan@chromium.org
2011-03-02
1
-2
/
+2
*
Changes semantics of TabSelectedAt. For multi-selection the TabStrip
sky@chromium.org
2011-03-02
1
-0
/
+3
*
Display disabled apps with grayed out images on the NTP. Call the re-enable l...
jstritar@chromium.org
2011-03-02
5
-185
/
+99
*
Update the includes to the old tab_contents.h
jam@chromium.org
2011-03-02
18
-18
/
+18
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
3
-7
/
+7
*
Removing extension_uitest.cc and related data directories.
joi@chromium.org
2011-03-02
1
-503
/
+0
*
Get rid of temporary render_view_host.h.
jam@chromium.org
2011-03-02
7
-10
/
+10
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
16
-47
/
+48
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
2
-3
/
+3
*
Take out chrome\browser\browser_thread.h. This is a retake of r76418 with th...
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Revert 76418 - Remove chrome\browser\browser_thread.h
rdsmith@chromium.org
2011-03-01
1
-1
/
+1
*
Remove chrome\browser\browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
12
-12
/
+11
*
Marked several tests flaky.
rdsmith@chromium.org
2011-03-01
1
-1
/
+3
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
20
-22
/
+23
*
Make the ChromeNetworkDelegate use the ExtensionEventRouterForwarder
jochen@chromium.org
2011-03-01
9
-159
/
+64
*
Fire web navigation events on reference fragment navigations.
jochen@chromium.org
2011-03-01
3
-73
/
+187
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
2
-6
/
+6
*
Move core pieces of geolocation from chrome to content.This is a rough carvin...
jam@chromium.org
2011-02-28
1
-3
/
+3
*
WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...
tfarina@chromium.org
2011-02-27
4
-5
/
+5
*
Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class
michaeln@google.com
2011-02-26
3
-187
/
+36
*
Adding homagpageUrl to the ExtensionInfo in the management API.
asargent@chromium.org
2011-02-25
1
-0
/
+3
*
Fix compiling on gcc-4.6.
hbono@chromium.org
2011-02-25
1
-1
/
+1
*
Reenable incognito and webnavigation extension API tests
jochen@chromium.org
2011-02-25
2
-9
/
+2
*
Remove RemoveCustomProxySettingsFunction as it is substituted by clear of pre...
battre@chromium.org
2011-02-25
3
-32
/
+0
*
WebUI: Move the core files of WebUI from chrome/browser/webui to content/brow...
tfarina@chromium.org
2011-02-25
3
-3
/
+3
*
Move appcache/file_sytem/device_orientation subdirectories of chrome\browser ...
jam@chromium.org
2011-02-24
1
-2
/
+2
*
Cleanup: Remove a bunch of unneeded includes.
thestig@chromium.org
2011-02-24
1
-1
/
+0
*
Don't let extensions crash the browser or renderers from tabs API.
jstritar@chromium.org
2011-02-24
4
-0
/
+31
[next]