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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-15
2
-4
/
+14
*
Reverting 20683.
jorlow@chromium.org
2009-07-14
2
-14
/
+4
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-14
2
-4
/
+14
*
IPC: Handle ERROR_NO_DATA to avoid an assertion.
rvargas@google.com
2009-07-14
1
-0
/
+3
*
Remove the defunct SetAccelerator message and replace it with an
amit@chromium.org
2009-07-14
1
-15
/
+16
*
ipc: pull in more message headers into ipc_logging
evan@chromium.org
2009-07-14
1
-7
/
+2
*
Wires up restoring pinned tabs for session and tab restore
sky@chromium.org
2009-07-14
2
-5
/
+0
*
Linux: Add first run search bubble.
kuchhal@chromium.org
2009-07-14
2
-0
/
+27
*
Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,
darin@chromium.org
2009-07-14
2
-4
/
+5
*
This provides a simpler js template engine than JsTemplate. It has been
arv@google.com
2009-07-14
3
-25
/
+124
*
Roll WebKit DEPS from 45738 to 45840.
dimich@google.com
2009-07-14
3
-1
/
+63
*
Revert r20553.
thestig@chromium.org
2009-07-13
3
-41
/
+7
*
Additional svn ignores for native_client and Makefile.
thestig@chromium.org
2009-07-13
3
-7
/
+41
*
Add a temporary flag to enable plugins on the Mac and Linux while
amanda@chromium.org
2009-07-13
2
-0
/
+5
*
posix: drop Gears NOTIMPLEMENTED()
evan@chromium.org
2009-07-13
1
-2
/
+1
*
posix: drop a NOTIMPLEMENTED that is now implemented
evan@chromium.org
2009-07-13
1
-13
/
+0
*
Add an optional channel name to the extension message connect event.
mpcomplete@chromium.org
2009-07-13
1
-4
/
+6
*
Added an async automation message AutomationMsg_PrintAsync to asynchronously ...
ananta@chromium.org
2009-07-13
1
-0
/
+4
*
Refactor extension constants to improve readability, debugging, and to make i...
erikkay@chromium.org
2009-07-13
6
-380
/
+420
*
Turn backend tip service on by default.
mirandac@chromium.org
2009-07-12
2
-4
/
+4
*
Wire up windowless plugins. Mostly Mac related, some cross
amanda@chromium.org
2009-07-11
2
-3
/
+3
*
ipc: Fix IPC message logging type
evan@chromium.org
2009-07-10
1
-1
/
+1
*
plugins: use OnChannelError to detect when the channel goes away
evan@chromium.org
2009-07-10
2
-31
/
+13
*
Remove svn:executable property from some more files that don't need it.
thestig@chromium.org
2009-07-10
6
-0
/
+0
*
Convert JavascriptAlertActivatesTab to browser_tests framework.
phajdan.jr@chromium.org
2009-07-10
1
-0
/
+10
*
Add default browser checking and setting on Linux.
mdm@chromium.org
2009-07-10
1
-14
/
+0
*
Implementation of Extension Updater.
asargent@chromium.org
2009-07-10
2
-0
/
+4
*
Add getLanguage function to tab extension.
sidchat@google.com
2009-07-10
2
-0
/
+12
*
Revert "plugins: use OnChannelError to detect when the channel goes away"
evan@chromium.org
2009-07-10
2
-13
/
+31
*
plugins: use OnChannelError to detect when the channel goes away
evan@chromium.org
2009-07-10
2
-31
/
+13
*
Move some more interfaces on RenderViewHostDelegate to separate classes. The
brettw@chromium.org
2009-07-09
1
-3
/
+8
*
Change the window background color to the inactive color when the
tc@google.com
2009-07-09
1
-0
/
+4
*
Fix the Linux tab strip zone calculation when using the skyline. We are look...
jhawkins@chromium.org
2009-07-09
1
-1
/
+2
*
Make the API to open a message channel symmetric, so it works the same whethe...
mpcomplete@chromium.org
2009-07-09
1
-2
/
+9
*
A prototype of resource loading through automation
amit@chromium.org
2009-07-09
5
-65
/
+84
*
Windowed plugins like Flash would cause the hung plugin dialog to show up whe...
ananta@chromium.org
2009-07-09
2
-6
/
+47
*
Renable sending page urls in renderer crashes on Mac.
jabdelmalek@google.com
2009-07-09
2
-10
/
+13
*
Get the Mac build compiling while we figure out how SetActiveUrl should be im...
jam@chromium.org
2009-07-08
1
-1
/
+3
*
Add the page url to plugin crashes to aid debugging.
jam@chromium.org
2009-07-08
6
-0
/
+322
*
Adds tab pinning to TabStripModel. This is just the model side of
sky@chromium.org
2009-07-08
2
-0
/
+5
*
Revert change 20173 because it breaks the ui_tests, plugin_tests
nsylvain@chromium.org
2009-07-08
6
-322
/
+0
*
Add the page url to plugin crashes to aid debugging.
jam@chromium.org
2009-07-08
6
-0
/
+322
*
Split out some of the RVHDelegate functions into separate sub-classes. To limit
brettw@chromium.org
2009-07-08
1
-4
/
+4
*
Some code had been removed from FirstRun::IsChromeFirstRun() so that it may r...
jcampan@chromium.org
2009-07-08
1
-1
/
+1
*
Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.
shess@chromium.org
2009-07-08
1
-5
/
+9
*
linux: port Jankometer
evan@chromium.org
2009-07-08
3
-0
/
+80
*
Make the cancelling of drag and drop match Safari for Windows. This is
arv@google.com
2009-07-08
1
-2
/
+3
*
Adds a way to set the boundaries of the browser window through
arv@google.com
2009-07-08
1
-0
/
+6
*
linux: fix renderer/plugin crash when loading multiple pages with plugins
piman@google.com
2009-07-08
2
-6
/
+14
*
Linux: SUID sandbox support
agl@chromium.org
2009-07-08
2
-0
/
+7
[next]