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
/
ui
/
webui
/
ntp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 122647 - Fix missing NTP sign in status
sail@chromium.org
2012-02-21
1
-1
/
+2
*
Merge 121310 - Make the Chrome Web Store Icon Syncable
csharp@chromium.org
2012-02-16
2
-17
/
+3
*
Merge 120450 - Revise logic to show the first-run bubble at the first appropr...
msw@chromium.org
2012-02-04
3
-1
/
+11
*
[NTP4] Experiment for adding Chrome Web Store link to footer.
dbeam@chromium.org
2012-01-31
3
-4
/
+49
*
Update a bunch of help center URLs.
derat@chromium.org
2012-01-29
1
-3
/
+1
*
Remove a bunch of GetProfileSyncService callers to use the new factory.
tim@chromium.org
2012-01-27
4
-8
/
+15
*
Enable NTP Application Position and Page Name Syncing
csharp@chromium.org
2012-01-26
1
-4
/
+3
*
Profiles: Add a --dump-profile-graph option when !NDEBUG.
erg@chromium.org
2012-01-24
1
-3
/
+3
*
"Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."
atwilson@chromium.org
2012-01-22
1
-2
/
+2
*
Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...
atwilson@chromium.org
2012-01-21
1
-2
/
+2
*
Re-commit r117965 and 117130 with a prospective fix for perf regression.
atwilson@chromium.org
2012-01-21
1
-2
/
+2
*
[NTP4] Make TilePage and CardSlider evented to simplify code and fix page ...
dbeam@chromium.org
2012-01-19
2
-8
/
+16
*
Revert SigninManager changes to see if they were the cause of the perf regres...
atwilson@chromium.org
2012-01-19
1
-2
/
+2
*
Switch chrome code to use content::WebUI interface instead of WebUI concrete ...
jam@chromium.org
2012-01-18
10
-18
/
+17
*
[i18n-fixlet] Make strings branding specific in extension code.
vandebo@chromium.org
2012-01-18
1
-3
/
+1
*
Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...
jam@chromium.org
2012-01-17
2
-27
/
+29
*
Start splitting out WebUI into an implementation class and an interface that ...
jam@chromium.org
2012-01-13
2
-6
/
+4
*
Moving Ordinal Specific Code out of ExtensionPrefs
csharp@chromium.org
2012-01-12
1
-17
/
+26
*
ntp - get rid of unused strings
estade@chromium.org
2012-01-11
1
-5
/
+3
*
Moved SigninManager out of browser/sync, and start changing the code so signin
atwilson@chromium.org
2012-01-11
1
-2
/
+2
*
Get rid of the ChromeWebUI class and just make all the classes in chrome deri...
jam@chromium.org
2012-01-06
2
-5
/
+5
*
Get rid of ChromeWebUI::GetProfile to prepare for taking out the class.
jam@chromium.org
2012-01-06
2
-0
/
+6
*
Get rid of the need to have ChromeWebUI. This was added originally so that we...
jam@chromium.org
2012-01-06
2
-17
/
+34
*
Convert the remaining trivial tab_contents.h includes in chrome to use web_co...
jam@chromium.org
2012-01-05
2
-2
/
+1
*
Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.
jam@chromium.org
2012-01-04
1
-7
/
+8
*
base::Bind: Remove callback_old.h.
jhawkins@chromium.org
2012-01-03
2
-4
/
+2
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-3
/
+3
*
Move WebUIMessageHandler to its own file in the public directory and put it i...
jam@chromium.org
2011-12-31
16
-16
/
+24
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
5
-9
/
+13
*
Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...
jam@chromium.org
2011-12-30
13
-119
/
+96
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
2
-5
/
+13
*
Remove temporary redirect header and DEPS exception for cancelable_request.h
joi@chromium.org
2011-12-27
2
-2
/
+2
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Fix Apps on the NTP failing to display.
csharp@chromium.org
2011-12-21
1
-2
/
+2
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Use Sync to store application icon positions on NTP.
csharp@chromium.org
2011-12-20
1
-4
/
+3
*
Make CanvasSkia take a gfx::Size as the first parameter.
tfarina@chromium.org
2011-12-20
1
-1
/
+1
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-12-17
1
-1
/
+1
*
Make page IDs be specific to a RenderView rather than global to its process.
creis@chromium.org
2011-12-16
1
-19
/
+14
*
[Sync Promo UI] Changing sync promo to honor brand codes.
dbeam@chromium.org
2011-12-15
2
-2
/
+2
*
Convert app_launch_index and page_index from int to StringOrdinal.
csharp@chromium.org
2011-12-14
2
-35
/
+63
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
2
-5
/
+8
*
Add some histograms for app notification performance and usage.
asargent@chromium.org
2011-12-14
1
-0
/
+2
*
Create copy of extensions page that is standalone.
estade@chromium.org
2011-12-13
1
-1
/
+1
*
Revert 114083 - Convert app_launch_index and page_index from int to StringOrd...
csharp@chromium.org
2011-12-13
2
-63
/
+35
*
Follow-up to bug 102685 (r113862)
tbreisacher@chromium.org
2011-12-13
1
-10
/
+11
*
Convert app_launch_index and page_index from int to StringOrdinal.
csharp@chromium.org
2011-12-12
2
-35
/
+63
[next]