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
/
dom_ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unit test memory leak introduced by my ChromeThread change.
jam@chromium.org
2009-10-29
1
-6
/
+16
*
Only use std::string when generating the NTP CSS. This saves
tony@chromium.org
2009-10-29
2
-29
/
+29
*
Call Release instead of deleteing the object directly.
jam@chromium.org
2009-10-29
1
-4
/
+8
*
Fix memory leaks in unit tests from my previous checkin.
jam@chromium.org
2009-10-29
1
-3
/
+8
*
First of several patches to get rid of MessageLoop caching now that we have C...
jam@chromium.org
2009-10-28
7
-54
/
+64
*
Remove the browser_sync flag.
zork@chromium.org
2009-10-27
3
-8
/
+1
*
NewTabUITest.NTPHasThumbnails can be flakey if it takes more than
tony@chromium.org
2009-10-27
1
-4
/
+12
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
1
-1
/
+2
*
Resubmit http://codereview.chromium.org/314016 with views fixed
zork@chromium.org
2009-10-26
2
-4
/
+4
*
Reverting 29961.
glen@chromium.org
2009-10-23
1
-1
/
+1
*
Build sync by default on all platforms. This also turns off sync on both Lin...
zork@chromium.org
2009-10-23
1
-1
/
+1
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
2
-6
/
+4
*
Adding a favicon for the Extensions page.
finnur@chromium.org
2009-10-23
1
-0
/
+3
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
1
-2
/
+4
*
Create an initial Chrome page for file browsing. This just implements the
brettw@chromium.org
2009-10-21
3
-0
/
+288
*
Remove the unused handlers as well
arv@chromium.org
2009-10-20
1
-321
/
+1
*
First fix to minimize copying of image data.
erg@google.com
2009-10-19
16
-54
/
+48
*
Rename CHROME_PERSONALIZATION to BROWSER_SYNC.
nick@chromium.org
2009-10-17
3
-5
/
+5
*
NTP: Fix startup visual state
arv@chromium.org
2009-10-16
1
-2
/
+16
*
Facelifts to sync UI
tim@chromium.org
2009-10-15
2
-27
/
+40
*
Add a ui test to verify that using the typical_history profile
tony@chromium.org
2009-10-15
1
-0
/
+48
*
More style nits.
erg@google.com
2009-10-14
10
-31
/
+38
*
Use FilePaths in chrome_url_data_manager.
evan@chromium.org
2009-10-12
2
-14
/
+14
*
Remove old NTP
arv@chromium.org
2009-10-12
3
-27
/
+5
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
1
-0
/
+1
*
Revert r28645 - "Render sync code inactive..."
tim@chromium.org
2009-10-10
1
-0
/
+6
*
Render sync code inactive without any way to enable.
tim@chromium.org
2009-10-10
1
-6
/
+0
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
2
-2
/
+2
*
Mac: Theme the bookmark bar on the new tab page.
erg@chromium.org
2009-10-09
1
-0
/
+4
*
Revert "Revert "Start the database query for the new tab page results as soon""
tony@chromium.org
2009-10-09
2
-39
/
+93
*
Revert "Start the database query for the new tab page results as
tony@chromium.org
2009-10-09
2
-85
/
+34
*
Start the database query for the new tab page results as soon
tony@chromium.org
2009-10-09
2
-34
/
+85
*
Move MostVisitedHandler into a separate file because it's big.
tony@chromium.org
2009-10-08
4
-811
/
+860
*
Fix tips in OS X to respect system language settings instead of locale.
mirandac@chromium.org
2009-10-07
1
-5
/
+5
*
Revert r28050 and put the paint observer timeout back to 2 sec.
tony@chromium.org
2009-10-06
1
-1
/
+1
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
2
-15
/
+3
*
Mac: Implements the special bookmark bar on NTP.
erg@chromium.org
2009-10-06
1
-8
/
+8
*
Remove references to DOMUIContents. It looks like the class doesn't exist.
tony@chromium.org
2009-10-05
1
-1
/
+1
*
Up the new tab paint observer timeout from 2s to 5s. Trying to see
tony@chromium.org
2009-10-05
1
-2
/
+2
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
5
-9
/
+6
*
Add histograms that track how long it takes to open the new tab page.
tony@chromium.org
2009-10-02
1
-0
/
+20
*
Fix the NewTabUI load UMA metric.
tony@chromium.org
2009-10-02
2
-9
/
+20
*
Fix NTP so that it updates on theme change.
mirandac@chromium.org
2009-10-02
2
-5
/
+15
*
Fix linux views build.
estade@chromium.org
2009-10-02
1
-2
/
+2
*
GTK: Detach bookmark bar on NTP.
estade@chromium.org
2009-10-01
1
-0
/
+4
*
Coverity: Check return value of GetInteger.
mattm@chromium.org
2009-10-01
1
-2
/
+1
*
Coverity: tips_cache_->GetSize() returns an unsigned int so the comparison >=...
jhawkins@chromium.org
2009-09-30
1
-1
/
+3
*
BrowsingDataRemover* should not be scoped.
kuchhal@chromium.org
2009-09-30
2
-8
/
+8
*
Reverting 27389.
darin@chromium.org
2009-09-30
1
-2
/
+2
*
Remove the enable-sync flag from the Chrome command line and enable sync by d...
brg@chromium.com
2009-09-29
2
-1
/
+11
[next]