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
*
Include linux_syscall_support.h to get definition of NT_PRXFPREG.
agl@chromium.org
2009-08-18
1
-0
/
+1
*
Reverts recent patch as broke build on toolkit_views.
sky@chromium.org
2009-08-18
19
-771
/
+45
*
A WebApplicationCacheHost api change allow 'foreign' entries to restart the c...
michaeln@google.com
2009-08-18
2
-4
/
+16
*
Renames the ambiguous hwnd variable to |parent|.
scherkus@chromium.org
2009-08-18
1
-2
/
+2
*
Adds drop support for views on gtk. As X lazily provides drop data I
sky@chromium.org
2009-08-18
19
-45
/
+771
*
Updating trunk VERSION build from 202.0 to 203.0
laforge@chromium.org
2009-08-18
1
-1
/
+1
*
Rebaseline some old tests. The rendering matches the Mac upstream except minu...
dimich@google.com
2009-08-18
23
-45
/
+750
*
Editing selection test was modified by Webkit patch:
victorw@chromium.org
2009-08-18
7
-45
/
+0
*
Synthesize an NSEvent for handling drag events, since we
paul@chromium.org
2009-08-18
2
-21
/
+18
*
GTK Theme: Add startup tests for gtk themes.
erg@google.com
2009-08-18
10
-6
/
+41
*
Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...
jhawkins@chromium.org
2009-08-18
5
-40
/
+39
*
Revert "Fix "crashed extension" infobar browser crashes."
phajdan.jr@chromium.org
2009-08-18
14
-175
/
+96
*
Remove blank lines from FILES; this seems
nick@chromium.org
2009-08-18
1
-2
/
+1
*
Reverting 23625 (which enabled SkASSERT in Release builds). We got some good
senorblanco@chromium.org
2009-08-18
1
-9
/
+2
*
When I rebaselined, I removed CRASH from fast/css/rem-dynamic-scaling.html.
tony@chromium.org
2009-08-18
1
-0
/
+3
*
Rebaseline the tests that started failing in WebKit merge 45036:45958 and rem...
japhet@chromium.org
2009-08-18
17
-58
/
+208
*
syncapi shared lib: always. Build a stub
nick@chromium.org
2009-08-18
5
-21
/
+121
*
Implement chrome.tabs.captureVisibleTab for linux
erg@google.com
2009-08-18
1
-0
/
+4
*
Rebaseline some more tests. These only differ based on fonts
tony@chromium.org
2009-08-18
41
-162
/
+231
*
Add modifier key support for window open dispositions throught the Mac UI
rohitrao@chromium.org
2009-08-18
11
-13
/
+113
*
Cleanup in AutomationProvider's navigation observer.
phajdan.jr@chromium.org
2009-08-18
5
-141
/
+79
*
New baselines for webkit background color formatting change during editing
victorw@chromium.org
2009-08-18
4
-7
/
+3
*
TBR: maruel
erikkay@chromium.org
2009-08-18
1
-0
/
+3
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
20
-82
/
+76
*
Changes the run_webkit_tests script to really use the --builder_name and --bu...
gwilson@google.com
2009-08-18
1
-3
/
+2
*
Change ClientSocketHandle to take the pool as a parameter to Init() rather th...
willchan@chromium.org
2009-08-18
8
-145
/
+169
*
Fix "crashed extension" infobar browser crashes.
phajdan.jr@chromium.org
2009-08-18
14
-96
/
+175
*
Moves GtkDndUtil into app.
sky@chromium.org
2009-08-18
13
-17
/
+21
*
Bugfixes and enhancements to the compact nav bar and the status area.
brettw@chromium.org
2009-08-18
5
-41
/
+157
*
This CL temporarily turns on SK_DEBUG in Release builds. The goal is
senorblanco@chromium.org
2009-08-18
1
-2
/
+9
*
Update GYP to r598 for Xcode PBXVariantGroup TakeOverOnlyChild fix
mark@chromium.org
2009-08-18
1
-1
/
+1
*
Remove ViewHostMsg_PluginMessage which was unused.
brettw@chromium.org
2009-08-18
3
-53
/
+0
*
Remove RenderProcessHost::size(). With Pawel's change, size() isn't necessarily
brettw@chromium.org
2009-08-18
7
-28
/
+40
*
DevTools: Reset utility context for given document only once.
pfeldman@chromium.org
2009-08-18
5
-69
/
+31
*
Added regression test for event listeners memory leak.
mbelshe@google.com
2009-08-18
1
-0
/
+1
*
DevTools Heap profiler: add a bar with Code / Objects and Data / Others size ...
mnaganov@chromium.org
2009-08-18
5
-3
/
+96
*
Add more libnss files to lib32.
thestig@chromium.org
2009-08-18
1
-0
/
+6
*
Remove an unused header from proxy_service.h.
ericroman@google.com
2009-08-18
6
-2
/
+5
*
Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...
jshin@chromium.org
2009-08-18
19
-123
/
+125
*
Reference count ProxyService.
eroman@chromium.org
2009-08-18
17
-205
/
+217
*
more linux automation porting: SendKeyPressNotifyWhenDone
estade@chromium.org
2009-08-18
9
-92
/
+93
*
Suppress another pair of intermittent SafeBrowsingService leaks.
dank@chromium.org
2009-08-18
1
-0
/
+19
*
Linux: make the passwords and exceptions dialog box default size larger.
mdm@chromium.org
2009-08-18
2
-3
/
+5
*
Update test expectations due to changes in WebKit.
levin@chromium.org
2009-08-18
36
-102
/
+165
*
Apply fix for CVE-2009-2416 (use-after-free) and CVE-2009-2414 (stack recursi...
cevans@chromium.org
2009-08-18
2
-6
/
+23
*
Add the UI thread to the list of ChromeThreads.
paul@chromium.org
2009-08-18
4
-2
/
+35
*
Add missing include.
mattm@chromium.org
2009-08-18
1
-0
/
+2
*
Factor out views::Combobox::Model so that it can be used cross-platform.
mattm@chromium.org
2009-08-18
22
-91
/
+106
*
Makes UMA log upload work on non-Windows platforms.
cmasone@google.com
2009-08-18
1
-0
/
+1
*
Http Cache: Additional byte-range support.
rvargas@google.com
2009-08-18
4
-53
/
+327
[next]