summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We were passing -1 (indicating NULL terminated) to the UTF8->wide conversion ...brettw@google.com2008-08-061-4/+6
* Apparently, our WndProc can get called for other HWNDs :(darin@google.com2008-08-061-15/+17
* Add npruntime_util.cc to SCons build.sgk@google.com2008-08-061-0/+1
* just some hopefully non-contentious stuff to get out of the way before doing ...darin@google.com2008-08-066-81/+85
* Drop FixedString. It's only used in two places, one where it doesn't really ...evanm@google.com2008-08-067-190/+23
* remove apache2jabdelmalek@google.com2008-08-0657-0/+0
* Revert base/base_path.cc (r450) since it caused large scale unit test failure.maruel@google.com2008-08-061-33/+3
* Remove Apache2 from our cygwin directory.jabdelmalek@google.com2008-08-0614-15/+1
* Add missing file_util_win.cc file.sgk@google.com2008-08-061-0/+1
* Fixing up the basic set of geometry.avi@google.com2008-08-067-12/+91
* Remove projects browser_dll, plugin_dll and renderer_dll since they won't be ...maruel@google.com2008-08-0610-1018/+0
* We use intptr_t in various points in the code.evanm@google.com2008-08-061-0/+5
* Fix base::DIR_SOURCE_ROOT path calculation.maruel@google.com2008-08-068-16/+92
* Don't link directly against GetPerformanceInfo so that win2k can be happy.mbelshe@google.com2008-08-061-4/+29
* fix kjs builddarin@google.com2008-08-061-1/+2
* fix kjs builddarin@google.com2008-08-061-1/+1
* fix build for realdarin@google.com2008-08-061-0/+8
* fix build (take 2)darin@google.com2008-08-061-1/+1
* fix build bustagedarin@google.com2008-08-061-3/+3
* B=1302955 R=sky attempt to bandaid situation where tab_data_ and child list c...beng@google.com2008-08-061-0/+11
* Improve NPRuntime marshalling by adding glue functions for serializing / dese...darin@google.com2008-08-065-44/+155
* Allow third_party/libxml to compile on Linux. This uses static config.h and x...mmoss@google.com2008-08-068-33/+933
* Remove #ifdef's used to support split dlls. Since we don't supportmaruel@google.com2008-08-062-36/+1
* Fix win2k testers by commenting out a function that is not supportednsylvain@google.com2008-08-061-3/+4
* Revert change 408 to see if it fixes the ui tests.nsylvain@google.com2008-08-065-25/+23
* Revert change 430 because it breaks the build.nsylvain@google.com2008-08-062-168/+27
* Refactoring file_util into file_util and file_util_win. Also fix windows dep...erikkay@google.com2008-08-067-597/+684
* Mac changes to the path service.avi@google.com2008-08-062-19/+45
* Portability fix for Value. The MSVC CRT doesn't complain about memcpy_s unle...mmentovai@google.com2008-08-062-2/+3
* Portability fix for JSONWriter. gcc warns when the declaration order doesn't...mmentovai@google.com2008-08-062-6/+7
* Fix incorrect OS_APPLE to OS_MACOSX and drop COMPILER_GCC since the codedeanm@google.com2008-08-061-1/+1
* Use our own hash function that supports embedded NULLs for both char and wcha...pinkerton@google.com2008-08-061-15/+11
* Changes for POSIX support. Yay for ifdefs!pinkerton@google.com2008-08-062-27/+168
* The printing NewCookie() must start counting at 1 and not 0, since 0deanm@google.com2008-08-061-1/+2
* Compiler changes to work with GCCpinkerton@google.com2008-08-062-7/+16
* Move base/timer from deprecated atomic interface to AtomicSequenceNumber.deanm@google.com2008-08-062-8/+5
* Move the printing cookie from direct atomic operations to AtomicSequenceNumber.deanm@google.com2008-08-062-8/+7
* Move ref_counted to the new atomic_ref_count interface.deanm@google.com2008-08-061-8/+5
* Cross platform and cleanup of Singleton classdeanm@google.com2008-08-064-198/+52
* Add YieldCurrentThread to PlatformThread, for giving up the current thread's ...deanm@google.com2008-08-062-0/+16
* This fixes http://b/issue?id=1257424, which is a need to implement a global b...iyengar@google.com2008-08-069-160/+393
* Fix 1303709: Crash: Switching between tabs with a Find box open on both tabs ...finnur@google.com2008-08-062-16/+16
* Merge some changes in net/base from branches/mac_july_2008 to trunk.ericroman@google.com2008-08-067-15/+13
* Updated strings for ja and ko.mal@google.com2008-08-062-3/+3
* Bring in more files from the mac july branch.paulg@google.com2008-08-062-12/+19
* The rectangle passed in to MoveContents is a content rectangle, not a window ...erg@google.com2008-08-062-4/+5
* Nearly eliminate heap allocations required to resolve a NPIdentifier from a V...darin@google.com2008-08-062-18/+40
* Convert more consumers of ML::WatchObject to ObjectWatcher.darin@google.com2008-08-055-23/+25
* ObjectWatcher needs to know when the current thread's MessageLoop is being de...darin@google.com2008-08-055-6/+94
* Make some changes from my code review. Two significantwtc@google.com2008-08-056-33/+64