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
/
app
/
app_base.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move animation code to new ui/base/animation directory.
ben@chromium.org
2011-01-07
1
-16
/
+0
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
1
-7
/
+4
*
Move some functions out of win_util and into hwnd_util, and into a new win/sh...
brettw@google.com
2010-12-30
1
-0
/
+2
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
1
-0
/
+4
*
Remove wstring from l10n_util. Part 1.
avi@chromium.org
2010-12-28
1
-1
/
+1
*
Move data pack from base to app (it's just part of the resource bundle system).
brettw@chromium.org
2010-12-23
1
-0
/
+2
*
Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...
brettw@chromium.org
2010-12-22
1
-0
/
+2
*
Keep deinlining stuff.
erg@google.com
2010-12-15
1
-0
/
+1
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+1
*
Integrates libjpeg-turbo into Chromium (Chromium side)
hbono@chromium.org
2010-12-07
1
-1
/
+1
*
Monitor sleep/wake on Mac. Should fix some networking issues arising after sl...
avi@chromium.org
2010-11-24
1
-0
/
+1
*
Attempt 2 at:
sky@chromium.org
2010-11-21
1
-0
/
+4
*
Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...
sky@chromium.org
2010-11-19
1
-4
/
+0
*
Converts usage of SetProp/GetProp to a map. Even after making sure we
sky@chromium.org
2010-11-19
1
-0
/
+4
*
More animation cleanup.
sky@chromium.org
2010-11-18
1
-0
/
+2
*
Attempt at fixing leaks from SetProp. Apparently there is a finite
sky@chromium.org
2010-11-01
1
-0
/
+2
*
Cleanup: Get rid of app/gtk_util.h.
jhawkins@chromium.org
2010-10-28
1
-4
/
+0
*
touchui: Directly process key and mouse events.
rjkroege@google.com
2010-10-26
1
-0
/
+6
*
Move scoped_nsdisable_screen_update from base to app/mac
brettw@chromium.org
2010-10-18
1
-0
/
+1
*
Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base...
brettw@chromium.org
2010-10-17
1
-1
/
+5
*
Move iat_patch from base to app/win. Remove the functions from the header since
brettw@chromium.org
2010-10-14
1
-0
/
+7
*
Move constructor and destructor of MockGLInterface out of line.
thakis@chromium.org
2010-10-14
1
-1
/
+0
*
Re-lands 58186:
bryeung@chromium.org
2010-09-03
1
-0
/
+34
*
Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...
akalin@chromium.org
2010-09-02
1
-34
/
+0
*
Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-02
1
-0
/
+34
*
Revert 58186 - Move the keyboard files from base/ to app/.
phajdan.jr@chromium.org
2010-09-01
1
-34
/
+0
*
Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-01
1
-0
/
+34
*
Added --use-gl command line flag to select GL implementation.
apatrick@chromium.org
2010-07-14
1
-0
/
+1
*
GTK: Minimize usage of gtk headers.
erg@chromium.org
2010-07-08
1
-2
/
+4
*
Move WindowImpl to gfx so I can use it there for canvas unit tests.
ben@chromium.org
2010-07-02
1
-8
/
+0
*
Reapply r50859 with chromeos fixes.
erg@chromium.org
2010-06-25
1
-0
/
+2
*
Revert 50859 - GTK: First draft of the unified cut/copy/paste and +/-/Fullscr...
rafaelw@google.com
2010-06-25
1
-2
/
+0
*
GTK: First draft of the unified cut/copy/paste and +/-/Fullscreen menu items.
erg@chromium.org
2010-06-25
1
-0
/
+2
*
[Mac] Give the Wrench menu keyboard shortcuts.
rsesek@chromium.org
2010-06-22
1
-0
/
+1
*
gpu: add GLES/EGL support on linux
piman@chromium.org
2010-06-21
1
-0
/
+8
*
Added EGL based GLContext.
apatrick@chromium.org
2010-06-09
1
-10
/
+93
*
app/app_base.gypi:app_base: Added dependency on Xext and Xrender.
alokp@chromium.org
2010-05-10
1
-0
/
+6
*
Changes the mini tab title animation.
sky@chromium.org
2010-05-05
1
-0
/
+2
*
Refactors animation to allow for cleaner subclassing. I'm doing this
sky@chromium.org
2010-05-05
1
-0
/
+4
*
gyp: unify toolkit_views usage
evan@chromium.org
2010-04-27
1
-2
/
+2
*
Landing 45240 again.
apatrick@chromium.org
2010-04-22
1
-0
/
+17
*
Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu...
ben@chromium.org
2010-04-20
1
-0
/
+3
*
Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ...
ben@chromium.org
2010-04-20
1
-3
/
+0
*
GTK: Add a scoping class for g signals.
estade@chromium.org
2010-04-16
1
-0
/
+2
*
Include the appcache and database tracker databases into the sql diagnostics ...
michaeln@chromium.org
2010-04-02
1
-0
/
+1
*
Adds AnimationContainer, which can be used to group a set of
sky@chromium.org
2010-04-01
1
-0
/
+2
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-10
/
+0
*
Make gfx::Font use callbacks to perform locale-dependent font adjustments. Al...
ben@chromium.org
2010-03-22
1
-2
/
+2
*
Remove dependency from webkit on chrome/common by moving files to src/app.
pinkerton@chromium.org
2010-03-19
1
-0
/
+14
*
Move text_elider from app/gfx to app/
ben@chromium.org
2010-03-19
1
-2
/
+2
[next]