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
/
tab_contents
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instant - move AutocompleteLosingFocus implementation to InstantController.
estade@chromium.org
2010-11-01
2
-2
/
+2
*
Revert "Refactor automation messages." due to mysterious problems on mac.
erg@google.com
2010-11-01
7
-13
/
+57
*
Refactor automation messages.
erg@google.com
2010-11-01
7
-57
/
+13
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
4
-13
/
+14
*
Fix tabbing into web area not focusing first element.
avi@chromium.org
2010-10-29
1
-0
/
+25
*
[GTK] Added unit tests for omnibox highlighting
scr@chromium.org
2010-10-27
1
-0
/
+1
*
First try at a DOMUI based textfield in chrome. This is a copy of the issue I...
rjkroege@google.com
2010-10-27
1
-0
/
+6
*
Fix file URL detection in WebDragDestGtk.
dcheng@chromium.org
2010-10-27
1
-2
/
+5
*
Attempt 2 at landing top sites refactor:
sky@chromium.org
2010-10-27
1
-2
/
+5
*
[gtk] spoof proof infobars, take 2
estade@chromium.org
2010-10-26
4
-20
/
+0
*
Refactoring select popup on Mac.
jcivelli@google.com
2010-10-26
8
-5
/
+198
*
Make sure save-as right click menu obeys content restrictions.
jam@chromium.org
2010-10-25
1
-0
/
+6
*
dom-ui settings: Add setting for detault zoom level.
csilv@chromium.org
2010-10-25
2
-5
/
+21
*
Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
1
-5
/
+2
*
Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
1
-2
/
+5
*
Revert 63535 - Disable GPU features AcceleratingCompositing and WebGL by defa...
enne@chromium.org
2010-10-22
1
-2
/
+2
*
Disable GPU features AcceleratingCompositing and WebGL by default.
enne@chromium.org
2010-10-22
1
-2
/
+2
*
Add policy to disable Developer-Tools.
markusheintz@chromium.org
2010-10-22
1
-2
/
+13
*
Move inspector to "chrome-devtools" scheme
podivilov@chromium.org
2010-10-22
2
-10
/
+4
*
Remove src/app's dependency on the WebKit api.
tony@chromium.org
2010-10-21
1
-3
/
+3
*
Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...
kkania@chromium.org
2010-10-20
1
-4
/
+2
*
Disable detection of Extension URL Scheme from blocking GPU rendering.
vangelis@chromium.org
2010-10-20
1
-2
/
+1
*
On Windows, create a new TransportDIB::Handle struct which includes the file
kkania@chromium.org
2010-10-20
1
-2
/
+4
*
Revert 63067 - This adds some plumbing for propagating the status and error c...
gspencer@chromium.org
2010-10-19
3
-19
/
+8
*
This adds some plumbing for propagating the status and error code of a
gspencer@chromium.org
2010-10-19
3
-8
/
+19
*
Coverity: Initialize data members in constructor.
kmadhusu@chromium.org
2010-10-18
1
-1
/
+1
*
Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base...
brettw@chromium.org
2010-10-17
4
-33
/
+23
*
[mac] Fix so that Service menu items show up properly in contextual menus.
csilv@chromium.org
2010-10-15
1
-1
/
+1
*
Makes session restore work correctly with instant.
sky@chromium.org
2010-10-15
4
-20
/
+33
*
[GTK] fix crash when dragging within process over render view.
estade@chromium.org
2010-10-15
1
-3
/
+3
*
Fix a strange trailing paren. While here, make the indenting nicer too.
pkasting@chromium.org
2010-10-14
1
-3
/
+2
*
Fixes instant so that it correctly deals with child contents. I've
sky@chromium.org
2010-10-14
2
-24
/
+56
*
Remove traces for the WhitelistExtension test. The flakiness seems to be gone.
finnur@chromium.org
2010-10-14
1
-8
/
+0
*
Fix a drag-and-drop bug in the bookmark manager on Chrome OS.
satorux@chromium.org
2010-10-14
1
-3
/
+27
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
3
-3
/
+3
*
Use CommandUpdater for disabling commands that were disabled by plugins.
jam@chromium.org
2010-10-13
5
-18
/
+26
*
linux: Update how menu icons are assigned.
estade@chromium.org
2010-10-13
1
-2
/
+2
*
dom-ui settings: Add setting for setting the minimum font size.
csilv@chromium.org
2010-10-13
1
-0
/
+2
*
FBTF: Fix more ctor/dtors found by clang plugin.
erg@google.com
2010-10-13
4
-13
/
+27
*
Add a private pepper API for the pdf plugin to disable copy/print etc. This ...
jam@chromium.org
2010-10-12
3
-0
/
+23
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
4
-4
/
+4
*
Inspector settings not updated in profile when inspecting extensions.
podivilov@chromium.org
2010-10-12
7
-9
/
+51
*
Adjust the traces for WhitelistedExtension.
finnur@chromium.org
2010-10-12
1
-0
/
+8
*
[Mac] Initial Instant implementation.
rohitrao@chromium.org
2010-10-12
1
-0
/
+1
*
Refactor TemplateURLFetcher to make it more testable and add more tests for it.
levin@chromium.org
2010-10-11
1
-28
/
+7
*
Wire up InstallSearchProvider to allow setting the default search provider.
levin@chromium.org
2010-10-11
2
-5
/
+31
*
Add the Windows dialog for setting default search provider from js.
levin@chromium.org
2010-10-11
2
-2
/
+19
*
Change plugin content settings to three states: Allow, click-to-play, and block.
bauerb@chromium.org
2010-10-11
1
-2
/
+2
*
Rename ChromeThread to BrowserThread Part13:
tfarina@chromium.org
2010-10-10
4
-16
/
+16
*
Fix a bug that caused web pages not to accept drag and drop on Chrome OS.
satorux@chromium.org
2010-10-09
1
-1
/
+3
[next]