summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
Commit message (Expand)AuthorAgeFilesLines
* Implement the memory leak annotations for heap leak checker.willchan@chromium.org2009-11-111-1/+25
* linux: TCMalloc-based C++ heap profiler.willchan@chromium.org2009-11-111-3/+0
* Fix NSString conversions to treat a null NSString as a string of length 0, in...mirandac@chromium.org2009-11-081-0/+1
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-0/+1
* Cleans up our autorelease pool handling by making sure that an autorelease po...dmaclach@chromium.org2009-11-051-0/+2
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-0/+3
* Attempt 2 at:sky@chromium.org2009-11-041-0/+1
* Revert 30903 - Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-1/+0
* Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-0/+1
* Lower priorities of background tabs on linux.davemoore@chromium.org2009-10-291-0/+1
* Reset the Mac message pump's delayed work timer upon waking from system sleep.mark@chromium.org2009-10-281-0/+1
* Add GrabWindowSnapshot method to mac_util class, and a unit test.mirandac@chromium.org2009-10-271-6/+2
* About box auto-update improvements.mark@chromium.org2009-10-261-0/+1
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-9/+9
* First fix to minimize copying of image data.erg@google.com2009-10-191-0/+1
* Add AtomicFlag class to base/...timurrrr@chromium.org2009-10-161-0/+3
* Remove the base_gfx project since it no longer has an external dependencies.brettw@chromium.org2009-10-141-30/+28
* Remove obsolete source excludes in base/gfx. The files have been moved to app...thestig@chromium.org2009-10-131-6/+0
* include CHROMEOS files and defintions in TOOLKIT_VEIWS build.oshima@chromium.org2009-10-121-2/+2
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-8/+0
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-0/+1
* Add logging macros that automatically append the last system error in string ...tschmelcher@chromium.org2009-10-091-0/+2
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-17/+17
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-2/+5
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-17/+0
* Refactor ASN1 parsing/serializationrafaelw@chromium.org2009-10-071-0/+1
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-4/+8
* Implement signature_creator_mac. Also moved CSSM memory functions to a common...rafaelw@chromium.org2009-10-061-5/+2
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Move nsimage_cache into base so that it can be accessed from outside of chrome.mark@chromium.org2009-10-051-0/+2
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-11/+0
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-11/+0
* Move the ICU string conversions into its own file. This new file is includedbrettw@chromium.org2009-10-021-0/+2
* Implement RSAPrivateKey for Mac OS Xhawk@chromium.org2009-10-021-1/+1
* Remove IdleTimer, which no one uses.pkasting@chromium.org2009-09-301-14/+0
* Implement ScopedRunnableMethodFactory using WeakPtr.darin@chromium.org2009-09-251-2/+0
* [Relanding erg's change with fix for toolkit_views shortcuts and jcampan@chromium.org2009-09-251-2/+5
* Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator.rafaelw@chromium.org2009-09-241-3/+10
* Revert "Linux (nss) implementations of RSAPrivateKey and SignatureCreator"rafaelw@chromium.org2009-09-231-10/+3
* Linux (nss) implementations of RSAPrivateKey and SignatureCreatorrafaelw@chromium.org2009-09-231-3/+10
* Revert 26756 - "Use windows keycodes under linux (and all non-windows platfor...stuartmorgan@chromium.org2009-09-221-1/+0
* Use windows keycodes under linux (and all non-windows platforms).erg@google.com2009-09-211-0/+1
* Add xdisplaycheck as a dependency on Linux for tests that use the UI. This wa...thestig@chromium.org2009-09-171-0/+1
* Use delegate protocols present in the 10.6 SDK. For previous SDKs, providemark@chromium.org2009-09-171-0/+1
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-3/+0
* Linux: set the process title (that shows in "ps" etc.) of renderers correctly...mdm@chromium.org2009-09-101-3/+13
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-091-4/+4
* Add missing files to base_unittests.maruel@chromium.org2009-09-081-1/+6
* Fix mysterious chromeos build error - more investigation to follow.benl@chromium.org2009-09-071-10/+6
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-15/+28