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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
87
-554
/
+552
*
Enable OCSP Stapling in TLS requests on Windows Vista+
rsleevi@chromium.org
2011-02-09
1
-20
/
+45
*
Reapply parts of 73222.
neb@chromium.org
2011-02-09
1
-2
/
+17
*
Roll webkit rev from r77969 to r78008.
zmo@google.com
2011-02-09
1
-1
/
+1
*
Fixes rendering bug where we would render bookmark separator when we
sky@chromium.org
2011-02-09
2
-14
/
+23
*
Mac: Turn on tab overview mode by default.
thakis@chromium.org
2011-02-09
6
-32
/
+0
*
[chromoting] Fix crash in JingleSession.
sergeyu@chromium.org
2011-02-09
1
-2
/
+3
*
Check for NULL when there's no TabContentsWrapper for the current page.
tommi@chromium.org
2011-02-09
1
-1
/
+3
*
It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...
ben@chromium.org
2011-02-09
40
-49
/
+49
*
Fix key identifier conversion.
bryeung@chromium.org
2011-02-09
10
-363
/
+442
*
[Sync] Use RenderViewHostHarness in SyncInternalsUI tests to avoid leaks
akalin@chromium.org
2011-02-09
3
-40
/
+22
*
Call ProfileSyncService::ShowErrorUI for post login sync errors
stevenjb@google.com
2011-02-09
1
-10
/
+14
*
Add ninja files to .gitignore
akalin@chromium.org
2011-02-09
1
-0
/
+2
*
Use-after-free in PersonalDataManager destructor on Mac OS
dhollowa@chromium.org
2011-02-09
2
-70
/
+18
*
Fixes for new folder option of advanced filesystem.
achuith@chromium.org
2011-02-09
1
-59
/
+71
*
Misc. cleanup bits I missed in my last pass.
pkasting@chromium.org
2011-02-09
19
-89
/
+68
*
Roll Skia 772 -> 774
vandebo@chromium.org
2011-02-09
1
-1
/
+1
*
Stop SystemKeyEventListener sooner
davej@chromium.org
2011-02-09
7
-3
/
+35
*
Add a data-driven unit test to validate autofill profile merging during aggre...
isherman@chromium.org
2011-02-09
36
-262
/
+935
*
Change the in-frame context menu to be included in the page context menu inst...
mad@chromium.org
2011-02-09
1
-11
/
+13
*
Add back localization code to web resource service, for localized promos.
mirandac@chromium.org
2011-02-09
1
-2
/
+6
*
DEPS: update ffmepg to current version
evan@chromium.org
2011-02-09
1
-1
/
+1
*
Check for existence of testing channel even if ProxyLauncher is not launching...
dtu@chromium.org
2011-02-09
1
-5
/
+5
*
Implement a scrollbar for chromoting client plugin
hclam@chromium.org
2011-02-09
7
-26
/
+46
*
Add PDF plugin tests for onload() and reload().
thestig@chromium.org
2011-02-08
1
-1
/
+15
*
Use destroy signal to safe guard TextWidget method.
oshima@google.com
2011-02-08
3
-103
/
+126
*
sqlite: disable some warnings
evan@chromium.org
2011-02-08
1
-1
/
+10
*
WebUI: Rename DOMMessageHandler to WebMessageHandler.
tfarina@chromium.org
2011-02-08
96
-281
/
+281
*
Back out trunk r74191 - GYP goes back to r874. This may have caused
mark@chromium.org
2011-02-08
1
-1
/
+1
*
Fix favicon display in prerendering
tburkard@chromium.org
2011-02-08
4
-1
/
+19
*
Make linux MouseWheelEvent consistent with win.
xiyuan@chromium.org
2011-02-08
4
-7
/
+8
*
DOMUI: Refactor how overlay pages are shown.
jhawkins@chromium.org
2011-02-08
23
-132
/
+152
*
Change backslashes in download file path to underscores.
ahendrickson@chromium.org
2011-02-08
3
-12
/
+28
*
Move most of GpuProcessHost processing to GpuProcessHostUIShim.
backer@chromium.org
2011-02-08
6
-414
/
+380
*
Update GYP to r881 to pick up:
mark@chromium.org
2011-02-08
1
-1
/
+1
*
Roll webkit from r77966 to r77969.
zmo@google.com
2011-02-08
1
-1
/
+1
*
linux: don't show deprecation warnings in third-party code
evan@chromium.org
2011-02-08
1
-0
/
+4
*
Fix ancient bug in json_schema.js that would incorrectly
aa@chromium.org
2011-02-08
1
-2
/
+1
*
Fix reversed axis on MacBookPro6,1. Verified with user.
avi@chromium.org
2011-02-08
1
-0
/
+3
*
Linux: Restrict access to xdg-mime functions to the FILE thread.
thestig@chromium.org
2011-02-08
1
-0
/
+5
*
Now update the paste enable state after a cut/copy operation in the bookmark ...
mad@chromium.org
2011-02-08
1
-2
/
+4
*
Fixed a memory leak by creating threads for the object to be destructed on.
ahendrickson@chromium.org
2011-02-08
2
-15
/
+23
*
Rename ExtensionService::OnExtensionILoaded to AddExtension
rickcam@chromium.org
2011-02-08
2
-9
/
+10
*
Update the checked-in GLES2 bindings and implementation to match the auto-gen...
bryner@chromium.org
2011-02-08
2
-2
/
+2
*
Roll webkit rev from r77915 to r77966.
zmo@google.com
2011-02-08
1
-1
/
+1
*
Removing duplicated calls in BrowserView::ProcessTabSelected
oshima@google.com
2011-02-08
1
-2
/
+2
*
Revert "Fix submenu arrow position for RTL"
oshima@google.com
2011-02-08
4
-43
/
+16
*
[Clang] Fix erroneous overload of HistoryService virtual function in mock
akalin@chromium.org
2011-02-08
1
-1
/
+1
*
Fix submenu arrow position for RTL
oshima@google.com
2011-02-08
4
-16
/
+43
*
[Sync] Remove obsolete BridgedGaiaAuthenticator class
akalin@chromium.org
2011-02-08
2
-49
/
+0
[next]