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
/
history
Commit message (
Expand
)
Author
Age
Files
Lines
*
Logging downloads.
ahendrickson@chromium.org
2010-11-24
2
-1
/
+32
*
Add pyauto hook for getting and manipulating the data underneath the NTP.
kkania@chromium.org
2010-11-19
2
-18
/
+37
*
Cleanup: Include browser.h -> ui/browser.h [Part 1].
jhawkins@chromium.org
2010-11-16
1
-1
/
+1
*
base: Move StringSplitAlongWhitespace to string_split.h
tfarina@chromium.org
2010-11-15
1
-2
/
+3
*
base: Get rid of 'using' declaration of StringAppendF.
tfarina@chromium.org
2010-11-15
1
-2
/
+2
*
Crash fix: Don't use const-ref parameter for an async callback.
jhawkins@chromium.org
2010-11-11
1
-1
/
+1
*
Marking the RedirectTest.ClientEmptyReferer as flaky.
ananta@chromium.org
2010-11-11
1
-1
/
+2
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2010-11-08
1
-1
/
+2
*
Attempt at fixing unit_test crash on mac bots. The main egregious
sky@chromium.org
2010-11-08
2
-8
/
+11
*
Fixes possible crash in TopSitesBackend where it wasn't null checking
sky@chromium.org
2010-11-04
1
-1
/
+3
*
Fixes bug in TopSitesDB where it could end up crashing if thumbnail
sky@chromium.org
2010-11-04
1
-6
/
+6
*
Makes the in memory db update keyword search terms.
sky@chromium.org
2010-11-04
6
-24
/
+97
*
Tweaks to improve memory consumption by TopSites. The biggest culprit
sky@chromium.org
2010-11-02
6
-52
/
+126
*
Adds keyword_search_terms to in memory db so that we can synchronously
sky@chromium.org
2010-11-01
6
-9
/
+71
*
Attempt 2 at landing top sites refactor:
sky@chromium.org
2010-10-27
20
-1918
/
+2441
*
Make history notification's destructors all virtual, since the base class is.
jochen@chromium.org
2010-10-27
1
-5
/
+5
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2010-10-26
5
-14
/
+16
*
Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
19
-2236
/
+1816
*
Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
19
-1816
/
+2236
*
Update code that previously constructed strings from string iterators only to...
erikwright@chromium.org
2010-10-22
1
-2
/
+2
*
Move inspector to "chrome-devtools" scheme
podivilov@chromium.org
2010-10-22
1
-0
/
+1
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.
pkasting@chromium.org
2010-10-21
2
-3
/
+3
*
RedirectTest.ClientEmptyReferer works with a test_server on ephemeral ports.
cbentzel@chromium.org
2010-10-21
1
-5
/
+25
*
Change to use the new FORMAT_SkBitmap when encoding SkBitmap to jpeg.
klobag@chromium.org
2010-10-20
2
-2
/
+2
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
4
-5
/
+57
*
Remove scoped_bstr_win, fix all callers to use the new location.
brettw@chromium.org
2010-10-20
1
-3
/
+6
*
Revert 59851 since we now avoid the problem with the testing webserver.
thomasvl@chromium.org
2010-10-20
1
-2
/
+1
*
FBTF: Even more ctor/virtual deinlining.
erg@google.com
2010-10-19
6
-22
/
+33
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
1
-2
/
+2
*
FBTF: More ctor/dtor cleanup.
erg@google.com
2010-10-14
4
-22
/
+35
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
6
-6
/
+6
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
2
-2
/
+2
*
Temporarily disable the HistoryQuickProvider and InMemoryURLIndex to see if i...
mrossetti@chromium.org
2010-10-13
1
-0
/
+4
*
Final phase of the URL History Quick autocomplete provider integration. This ...
mrossetti@chromium.org
2010-10-12
10
-29
/
+53
*
Rename ChromeThread to BrowserThread Part20:
tfarina@chromium.org
2010-10-12
4
-4
/
+4
*
Revert 62193 - Final phase of the URL History Quick autocomplete provider int...
mrossetti@chromium.org
2010-10-11
10
-53
/
+29
*
Final phase of the URL History Quick autocomplete provider integration. This...
mrossetti@chromium.org
2010-10-11
10
-29
/
+53
*
Rename ChromeThread to BrowserThread Part11:
tfarina@chromium.org
2010-10-10
5
-40
/
+41
*
Revert 61826 - Revert "Make sure TopSites is only created if enabled. TopSite...
sky@chromium.org
2010-10-07
1
-2
/
+4
*
Remove all FIXMEs in browser/
estade@chromium.org
2010-10-07
2
-3
/
+3
*
Revert "Make sure TopSites is only created if enabled. TopSites was getting"
agl@chromium.org
2010-10-07
1
-4
/
+2
*
Make sure TopSites is only created if enabled. TopSites was getting
sky@chromium.org
2010-10-07
1
-2
/
+4
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
2
-1
/
+11
*
HistoryBrowserTest.SavingHistoryDisabled and SavingHistoryDisabledThenEnabled...
dhollowa@chromium.org
2010-10-05
1
-2
/
+18
*
clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)
thakis@chromium.org
2010-10-02
1
-35
/
+0
*
Implement policy for enabling/disabling browsing history.
phajdan.jr@chromium.org
2010-10-01
1
-0
/
+210
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
4
-9
/
+61
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
2
-1
/
+3
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
2
-1
/
+4
*
Reduce console DLOG(INFO) spam in history_backend.
isherman@chromium.org
2010-09-23
1
-2
/
+0
[next]