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
/
cocoa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TestTimeouts from chrome/test to base/test.
sergeyu@chromium.org
2010-10-05
1
-1
/
+1
*
Replace Browser::AddTabWithURL(...) with:
ben@chromium.org
2010-10-05
2
-28
/
+19
*
Support dynamic policy refresh for DNS prefetching.
phajdan.jr@chromium.org
2010-10-05
1
-2
/
+0
*
Don't clip bookmark bar icons with no name
isherman@chromium.org
2010-10-05
2
-12
/
+10
*
Changes instant around to support multiple loaders. This is
sky@chromium.org
2010-10-04
2
-2
/
+2
*
Add DCHECK for misused string resources.
estade@chromium.org
2010-10-04
2
-12
/
+4
*
Refactor the code for loading icons into the PageInfoModel.
rsesek@chromium.org
2010-10-02
6
-91
/
+27
*
Rip out phantom tabs and corresponding unit tests.
andybons@chromium.org
2010-10-02
6
-31
/
+6
*
clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)
thakis@chromium.org
2010-10-02
4
-13
/
+5
*
Don't load plugins on the UI thread for pref and group policy disabling.
jam@chromium.org
2010-10-02
2
-5
/
+4
*
Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...
jam@chromium.org
2010-10-01
1
-6
/
+0
*
[Mac] Convert the page info window to a bubble.
rsesek@chromium.org
2010-09-30
10
-9
/
+688
*
GTTF: use chrome/test/test_timeouts in more places.
phajdan.jr@chromium.org
2010-09-30
1
-6
/
+8
*
Convert ElideFilename from using wstring to string16.
tony@chromium.org
2010-09-29
2
-3
/
+4
*
Use PrefChangeRegistrar everywhere
danno@chromium.org
2010-09-29
6
-42
/
+17
*
GTTF: remove flaky mark from following tests:
phajdan.jr@chromium.org
2010-09-29
1
-3
/
+1
*
Refactor AppModalDialog to more clearly isolate platform specific UI pieces a...
ben@chromium.org
2010-09-28
2
-0
/
+266
*
GTTF: Remove flaky mark from the following tests:
phajdan.jr@chromium.org
2010-09-28
1
-2
/
+1
*
Add search engine selection dialog for Mac, do new-style first-run.
avi@chromium.org
2010-09-27
4
-78
/
+369
*
[Mac] Do not insert an "About Chrome" item when the Wrench menu shows an avai...
rsesek@chromium.org
2010-09-27
3
-35
/
+0
*
Mac: Cmd-clicking a download button shows the download instead of opening it.
thakis@chromium.org
2010-09-27
1
-2
/
+8
*
Also use plugin group identifiers in PluginExceptionsTableModel.
bauerb@chromium.org
2010-09-26
1
-11
/
+15
*
Do not save identity preferences on OS X
davidben@chromium.org
2010-09-25
1
-5
/
+0
*
Mac: Ignore omnibox selection changes that come from programmatic events
isherman@chromium.org
2010-09-24
2
-21
/
+27
*
Add IndexedDB to cookie tree.
bauerb@chromium.org
2010-09-24
6
-46
/
+142
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
2
-0
/
+2
*
Move task manager code into a subdirectory.
evan@chromium.org
2010-09-23
1
-1
/
+1
*
Earlier we used to show a static image in this state, instead we now show the...
satish@chromium.org
2010-09-23
1
-4
/
+5
*
[Mac] 1) Status bubble respects page contents view bounds, not just its verti...
alekseys@chromium.org
2010-09-23
6
-49
/
+136
*
[Mac] Don't allow new I/O after profile dir is gone.
shess@chromium.org
2010-09-22
1
-4
/
+9
*
Revert 60169 - Use PrefChangeRegistrar everywhere
danno@chromium.org
2010-09-22
5
-16
/
+40
*
Use PrefChangeRegistrar everywhere
danno@chromium.org
2010-09-22
5
-40
/
+16
*
Makes match preview send the dimensions of the omnibox to the page.
sky@chromium.org
2010-09-22
2
-0
/
+7
*
Mac: clang build
thakis@chromium.org
2010-09-22
2
-2
/
+8
*
Extend speech input bubble in Mac to display error messages with try-again an...
satish@chromium.org
2010-09-21
2
-36
/
+110
*
Mac: Unbreak doubleclicking task manager rows.
thakis@chromium.org
2010-09-21
1
-1
/
+1
*
Fix a bunch of clang warnings/errors.
thakis@chromium.org
2010-09-21
3
-6
/
+9
*
Re-enable BrowserWindowControllerTest.TestNormal
isherman@chromium.org
2010-09-21
1
-2
/
+1
*
[Mac] Fix a problem with flicker when moving the mouse off the reload button.
rohitrao@chromium.org
2010-09-21
1
-0
/
+9
*
[Mac] Explicitly set Space when existing full screen
rohitrao@chromium.org
2010-09-21
3
-0
/
+135
*
Add a unique identifier for plugin groups and use it to identify blocked plug...
bauerb@chromium.org
2010-09-21
1
-6
/
+7
*
[Mac] Refactor the DevToolsController and SidebarController to create their v...
rohitrao@chromium.org
2010-09-17
10
-123
/
+152
*
Remove vestigial cookie/web app permissions prompting UI now that the async U...
ben@chromium.org
2010-09-17
13
-628
/
+7
*
Make status bubble expand on Mac to fit URLs longer than the standard width.
mirandac@chromium.org
2010-09-17
3
-9
/
+192
*
Update omnibox popup when selection changes.
isherman@chromium.org
2010-09-17
1
-0
/
+11
*
Moves TabStripModelObserver/Delegate into their own headers.
sky@chromium.org
2010-09-16
6
-1
/
+9
*
Mac: Add a few more keyboard shortcuts to tabpose.
thakis@chromium.org
2010-09-16
1
-20
/
+184
*
[Mac] Size popup windows correctly.
rohitrao@chromium.org
2010-09-16
1
-1
/
+26
*
Show a volume indicator as audio is being recorded.
satish@chromium.org
2010-09-16
1
-2
/
+2
*
Factor an ExtensionIconSet class out of Extension. This can
aa@chromium.org
2010-09-16
1
-4
/
+6
[next]