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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux: Make page_action_hbox_ an OwnedWidget.
mattm@chromium.org
2009-12-10
2
-9
/
+11
*
Make BrowserProcess::GetApplicationLocale thread safe and migrate
tony@chromium.org
2009-12-10
10
-84
/
+24
*
Reduce kMaxPaintRects to test impact on single-core bot.
darin@chromium.org
2009-12-09
1
-1
/
+1
*
extensions: Properly use string16 for Unicode text.
evan@chromium.org
2009-12-09
5
-17
/
+17
*
Add support for multiple feeds on a page by listing all the feeds
finnur@chromium.org
2009-12-09
4
-31
/
+100
*
autofill: Add the FormField interface. Classes that implement the FormField ...
jhawkins@chromium.org
2009-12-09
12
-15
/
+541
*
Add some spacing so that status area lines up on cros
davemoore@chromium.org
2009-12-09
1
-2
/
+8
*
[Mac] more browser_tests cleanup
thomasvl@chromium.org
2009-12-09
5
-38
/
+58
*
linux: remove a NOTIMPL since we have a bug on it
evan@chromium.org
2009-12-09
2
-5
/
+4
*
Display channel after version in about box. Mac.
jrg@chromium.org
2009-12-09
1
-0
/
+4
*
Limit the total number of paint rects.
darin@chromium.org
2009-12-09
3
-11
/
+50
*
rollback r34183
estade@chromium.org
2009-12-09
23
-216
/
+38
*
fix incorrect prefix patterns
asargent@chromium.org
2009-12-09
1
-4
/
+4
*
linux: theme scrollbars from GTK theme
estade@chromium.org
2009-12-09
23
-38
/
+216
*
Share the code that builds the page menu in a common model, make Mac and Win ...
pinkerton@chromium.org
2009-12-09
14
-842
/
+780
*
Change most callers of NativeScrollbar size functions to use a dedicated func...
pkasting@chromium.org
2009-12-09
3
-19
/
+10
*
fix for memory leak and illegal access, 2nd attempt.
oshima@chromium.org
2009-12-09
1
-8
/
+9
*
Define X509Certificate::intermediate_ca_certs_ as a std::vector of
wtc@chromium.org
2009-12-09
1
-7
/
+6
*
Fix delete day so that font is correct and it can be reached through tab.
mirandac@chromium.org
2009-12-09
1
-1
/
+2
*
Revert 34161 - Enable Pepper support by default, including building the test ...
sehr@google.com
2009-12-09
5
-26
/
+13
*
Enable Pepper support by default, including building the test plugin.
sehr@google.com
2009-12-09
5
-13
/
+26
*
Chromium: support custom WebCore context menu items in Chromium port (downstr...
pfeldman@chromium.org
2009-12-09
9
-7
/
+78
*
No op change (gonna be in here later today) to force builds after master rest...
thomasvl@chromium.org
2009-12-09
1
-0
/
+1
*
Updating trunk VERSION from 267.0 to 268.0
chrome-bot@google.com
2009-12-09
1
-1
/
+1
*
views: libbrowser depends on libviews.
thestig@chromium.org
2009-12-09
1
-0
/
+1
*
Revert 34146 - A place to store the pid>mach_port_t mapping.
thakis@chromium.org
2009-12-09
13
-361
/
+9
*
A place to store the pid->mach_port_t mapping.
thakis@chromium.org
2009-12-09
13
-9
/
+361
*
Reverts my r4300 and re-fixes Issue 3156 and 13500.
hbono@chromium.org
2009-12-09
2
-23
/
+16
*
Fixes bugs with panels. We weren't setting the type at the right time
sky@chromium.org
2009-12-09
2
-2
/
+4
*
Fixes bug so that if we restore popups (as we do on chrome os) we
sky@chromium.org
2009-12-09
1
-2
/
+2
*
Fixes issue where clicking on a <SELECT> dropdown in an extension popup windo...
andybons@chromium.org
2009-12-09
7
-6
/
+110
*
Revert 34134 - Viewsbased login window for Chrome OS. Doesn't yet actually d...
jrg@chromium.org
2009-12-09
15
-387
/
+16
*
Views-based login window for Chrome OS. Doesn't yet actually do anything
cmasone@google.com
2009-12-09
15
-16
/
+387
*
Minor cleanup; remove deprecate file_util function and some obsolete TODOs.
estade@chromium.org
2009-12-09
4
-18
/
+7
*
Remove check for usage stats in the toast experiment
cpu@chromium.org
2009-12-09
1
-4
/
+0
*
Remove DCHECK because it's invalid in single process mode.
mpcomplete@chromium.org
2009-12-09
1
-1
/
+0
*
Fix a bug where content scripts would get run twice in some cases.
mpcomplete@chromium.org
2009-12-09
1
-2
/
+7
*
Revert 34110 - Fix leak of ShutdownDetector. Broke Mac startup_test.
willchan@chromium.org
2009-12-09
1
-48
/
+30
*
Mac: add UMA calls for drag-and-drop of URLs on tab strip.
viettrungluu@chromium.org
2009-12-09
1
-0
/
+2
*
Have the utility process run out of process on Linux again by
tony@chromium.org
2009-12-09
4
-27
/
+4
*
Revert 34099 - fix for memory leak and illegal access. (found in valgrind test)
asargent@chromium.org
2009-12-09
2
-12
/
+8
*
Fix NewTabUIStartupTest.ComplexThemeCold.
erg@google.com
2009-12-09
1
-0
/
+35
*
Add suppression for reliability bot failure in WebCore::ImageEventSender.
asargent@chromium.org
2009-12-09
1
-0
/
+2
*
Make "delete history for day" message have the correct font on Mac.
mirandac@chromium.org
2009-12-09
1
-1
/
+1
*
Fix leak of ShutdownDetector.
willchan@chromium.org
2009-12-09
1
-30
/
+48
*
Revert this, it didn't compile on linux_views (argh)
pkasting@chromium.org
2009-12-08
1
-2
/
+5
*
Try re-enabling the resize corner on Windows to see if it still causes perf r...
pkasting@chromium.org
2009-12-08
1
-5
/
+2
*
removing the file that was accidentally added to cl.
oshima@chromium.org
2009-12-08
1
-2
/
+0
*
fix for memory leak and illegal access. (found in valgrind test)
oshima@chromium.org
2009-12-08
3
-8
/
+14
*
Add suppression for 2 reliability failures.
asargent@chromium.org
2009-12-08
1
-0
/
+5
[next]