Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
a95b20c595049924c1e269adcde0c0da62851529
a95b20c
Port unload_uitest.cc and enable some of the tests on linux.
by estade@chromium.org
· 16 years ago
c5f57cf
Revert "POSIX: Don't spawn zombies." (r14488)
by agl@chromium.org
· 16 years ago
02ee560
POSIX: Don't spawn zombies.
by agl@chromium.org
· 16 years ago
2f0b26b
Get rid of variable length arrays.
by willchan@chromium.org
· 16 years ago
d202c1c
Disable TimerTest.RepeatingTimer_Cancel under Valgrind
by nirnimesh@chromium.org
· 16 years ago
c038c6a
Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also convert ElideFilename() to take a FilePath.
by thestig@chromium.org
· 16 years ago
0713a75
Linux: unit tests fix.
by agl@chromium.org
· 16 years ago
79f4127
Linux: use opaque NativeViewIds
by agl@chromium.org
· 16 years ago
25533cb
Symbols aren't always present, which causes this test to fail. In particular, symbols are not present on the buildbot which means this test always fails on the buildbot. Disabling the code for now to bring the tree green.
by ajwong@chromium.org
· 16 years ago
24cb89e
Print backtraces on FATAL log messages in debug mode.
by ajwong@chromium.org
· 16 years ago
8d99ddd
Allow Flash (and other plugins) to be installed without restarting the browser. This works by monitoring the MozillaPlugins registry key and reloading the plugin list afterwards.
by jam@chromium.org
· 16 years ago
46001f4
linux (and some posix): multiprocess plugins compiling.
by evan@chromium.org
· 16 years ago
7a82df8
Disabling flaky StatsTableTest.MultipleThreads on Linux too.
by robertshield@google.com
· 16 years ago
8d133f6
Submitting http://codereview.chromium.org/87039 on behalf of hamaji.
by erikkay@google.com
· 16 years ago
2372593
Protect RandUint64 against EINTR.
by phajdan.jr@chromium.org
· 16 years ago
6348c89
Fix problem with bookmark bar introduced by window sharing; pref
by jrg@chromium.org
· 16 years ago
41b5fd9
StopWatchingFileDescriptor needs to free struct event.
by dkegel@google.com
· 16 years ago
665cfcf
Reverting 14152.
by thestig@chromium.org
· 16 years ago
7d51c55
Stop using and remove deprecated file_util::TrimTrailingSeparator().
by thestig@chromium.org
· 16 years ago
2b8b7c4
Fix a leak when we fail to load a gdkpixbuf. I meant to do this in
by tc@google.com
· 16 years ago
314a08d
Stop using and remove deprecated file_util::TrimFilename().
by thestig@chromium.org
· 16 years ago
5c27033
This CL adds a utility method that lets you start a process and block until the process terminates, and retrieve what the process printed to the standard output.
by jcampan@chromium.org
· 16 years ago
e1f4a24
Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in guchar from gtk.h) and moving it from base/gfx to base.
by sgk@google.com
· 16 years ago
d363565
More solid detection of browser process in chrome_process_util_linux.cc:
by phajdan.jr@chromium.org
· 16 years ago
3730132
Implement file_util::CountFilesCreatedAfter() for posix environments.
by evan@chromium.org
· 16 years ago
da642ae
plugins: move NativeLibrary into base.
by evan@chromium.org
· 16 years ago
bc5277b
posix: port PrependCommand to Windows and use for the plugin launcher.
by evan@chromium.org
· 16 years ago
0715789
Landing this patch for Jamesr.
by mad@chromium.org
· 16 years ago
4104ddc
Add a FieldTrial and histograms for measuring impact of http prioritization.
by willchan@chromium.org
· 16 years ago
3aaaaed
Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing amount of time for me to think my way through this algorithm :(
by pkasting@chromium.org
· 16 years ago
37da39a
Disable StatsTableTest.MultipleThreads since it is flaky under heavy load.
by maruel@chromium.org
· 16 years ago
399952c
Disable the test ConditionVariableTest.MultiThreadConsumerTest until it is stable.
by maruel@chromium.org
· 16 years ago
328cb06
Cleanup in LaunchApp:
by phajdan.jr@chromium.org
· 16 years ago
9ac2676
Retrial of the first step to port file_util::CountFilesCreatedAfter()
by erikkay@google.com
· 16 years ago
80fcf7d
Add GetAppOutput function, a better replacement for popen.
by phajdan.jr@chromium.org
· 16 years ago
a7b2906
Add missing include needed for malloc.
by thestig@chromium.org
· 16 years ago
8e0f148
Recommit previous change with GYP files fixed.
by erg@google.com
· 16 years ago
c230160
Have ResourceBundle own GdkPixbufs.
by tc@google.com
· 16 years ago
7929e51
Reverts the previous two commits. (r13812 and r13811).
by erg@google.com
· 16 years ago
24a9795
Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.
by erg@google.com
· 16 years ago
2329fad
Disable TimerTest.RepeatingTimer the suspected test in base_unittests which
by nirnimesh@chromium.org
· 16 years ago
1c65bc3
base_unittests.exe is still timing out in the test
by wtc@chromium.org
· 16 years ago
3c58014
Reverting 13748. Review URL: http://codereview.chromium.org/73084
by erikkay@google.com
· 16 years ago
85280d0
Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaji@gmail.com
by erikkay@google.com
· 16 years ago
16090fc
Disable the negative test cases in the test
by wtc@chromium.org
· 16 years ago
9b0f7be
Few changes to the NTP remove thumbnails:
by jcampan@chromium.org
· 16 years ago
a30ef7c
Clean up icon loader/manager in preparation for porting.
by estade@chromium.org
· 16 years ago
82788e1
Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Windows.
by tommi@google.com
· 16 years ago
2756262
Convert the internal GetStringF to use string16. This saves a
by tc@google.com
· 16 years ago
33138ac
Typo in test is exposed as a flaky test
by jar@chromium.org
· 16 years ago
45c7eb7
Fix cast style.
by erg@google.com
· 16 years ago
26a21b4
Report what went wrong when initializing NSS_NoDB_Init.
by erg@google.com
· 16 years ago
f4a5e44
Disable gcc 4.4 warnings about hash_map and hash_set being deprecated.
by tc@google.com
· 16 years ago
07abc5f
Disables the test SignatureVerifierTest.BasicTest on the purify bot as
by sky@chromium.org
· 16 years ago
d590cbf
Reduce flakiness of condition var unit test by reducing timing dependence.
by jar@chromium.org
· 16 years ago
369abd6
Set the svn:eol-style properties of these new files to LF.
by wtc@chromium.org
· 16 years ago
155b73c
Remove histogram connection to base classes in stats_counter
by jar@chromium.org
· 16 years ago
3845085
Fix a minor spelling typo.
by ericroman@google.com
· 16 years ago
3d33e02
Implement the signature verification API.
by wtc@chromium.org
· 16 years ago
f881d88
Adds some ifdefs so that test_shell can be compiled on linux without GTK.
by sky@chromium.org
· 16 years ago
1aa6b2c
Restore -Wall to Linux build and set up for -Werror.
by sgk@google.com
· 16 years ago
ba04735
posix: make ctl-C work within gdb for dropping to a console.
by evan@chromium.org
· 16 years ago
3494a3a
Remove some unused stuff from basictypes.h.
by deanm@chromium.org
· 16 years ago
f800093
Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build:
by sgk@google.com
· 16 years ago
329849d
Separate out file_util functions that use ICU into their own file.
by sra@chromium.org
· 16 years ago
d2a4ad7
Include correct header for uint8_t in gtk_util.h
by evan@chromium.org
· 16 years ago
546e2f8
Linux: store clipboard image as bmp rather than converting to PNG.
by estade@chromium.org
· 16 years ago
9f913ec
Basic infobars on linux.
by estade@chromium.org
· 16 years ago
da961d9
First pass of refactoring dialogs.
by avi@chromium.org
· 16 years ago
1d9da64
Remove unused variable from POSIX SharedMemory implementation.
by thestig@chromium.org
· 16 years ago
60adf6e
- Added support for keeping track of load times.
by davemoore@chromium.org
· 16 years ago
7f7d89e
Add DirectoryWatcherTest back to the Linux build.
by thestig@chromium.org
· 16 years ago
05d9dd2
Remove unneeded uses of base/pickle.h. Add some explicit #includes.
by thestig@chromium.org
· 16 years ago
47f39e7
Put a border around the find bar text entry field.
by estade@chromium.org
· 16 years ago
f9908a7
Reduce usage of {To,From}WStringHack in file_util_unittest.cc
by phajdan.jr@chromium.org
· 16 years ago
5bc723b
Make OpenProcessHandle report an error when it couldn't open the handle.
by phajdan.jr@chromium.org
· 16 years ago
470d52c
Revert "Remove dependency on GTK from base/test_suite.h"
by agl@chromium.org
· 16 years ago
aefa983
Remove dependency on GTK from base/test_suite.h
by agl@chromium.org
· 16 years ago
9f96682
Revert "Move IPC code to ipc/"
by agl@chromium.org
· 16 years ago
2390c8c
Move IPC code to ipc/
by agl@chromium.org
· 16 years ago
33c40c0
Remove the checked-in scons configuration files.
by sgk@google.com
· 16 years ago
43060c9
Remove the 'Hammer' name in favor of the Debug|Release names
by sgk@google.com
· 16 years ago
b9177de
Use portable typedef for PIDs (process IDs).
by phajdan.jr@chromium.org
· 16 years ago
dfc01e2
Remove deprecated methods from StatsCounter.
by thestig@chromium.org
· 16 years ago
fae0f61
Revert r12849 (conversion of "Hammer" names to "Debug").
by sgk@google.com
· 16 years ago
0cf0e12
Replace "Hammer" references with "Debug" as appropriate.
by sgk@google.com
· 16 years ago
36c454b
Add some includes needed by GCC 4.4.0
by mark@chromium.org
· 16 years ago
085833c
Add more of the server-side plumbing for extension APIs. Also
by aa@chromium.org
· 16 years ago
fb90880
POSIX: allow WaitableEvents to be deleted while watching them.
by agl@chromium.org
· 16 years ago
fce4817
Removing vcprojs now generated by gyp.
by bradnelson@google.com
· 16 years ago
98d11e4
First stab at Mac breakpad support.
by jeremy@chromium.org
· 16 years ago
3959f91
Linux UI theming:
by estade@chromium.org
· 16 years ago
a332aa9
Eliminate precarious use of const_cast<wchar*>(wstring.get())
by mark@chromium.org
· 16 years ago
3108619
Validate clipboard bitmap size data.
by estade@chromium.org
· 16 years ago
fba052b
Linux: write images to clipboard.
by estade@chromium.org
· 16 years ago
00cc0eb
Cleanup in chrome/browser
by phajdan.jr@chromium.org
· 16 years ago
2259ff7
Revert "POSIX: allow WaitableEvents to be deleted while watching them."
by agl@chromium.org
· 16 years ago
7f71de3
POSIX: allow WaitableEvents to be deleted while watching them.
by agl@chromium.org
· 16 years ago
eecb0b8
Clean up another string template
by mark@chromium.org
· 16 years ago
4446ea1
Refactor Quantify Profiling a bit.
by asargent@chromium.org
· 16 years ago
Next »