- 25 May, 2011 40 commits
-
-
vandebo@chromium.org authored
BUG=none TEST='Private networks' option should always show up in ChromeOS Networks menu. Review URL: http://codereview.chromium.org/7031040 TBR=stevenjb@google.com Review URL: http://codereview.chromium.org/7053015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86650 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
PathProvider on the Mac always returned the FILE_EXE for FILE_MODULE, which isn't necessarily correct. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7019041 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/6992071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86649 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
This speeds up the plugin significantly, making it much more usable in a debug build on mac. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6990068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86648 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
__file__ is relative if grit_info is called like `python ../tools/grit/grit_info.py`, but not if it's invoked from python code like `import grit_info; grit_info.DoMain()`. And that confuses the xcode project generator, which will complain about hash collisions if these paths are serialized in absolute form. BUG=82230 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86551 Review URL: http://codereview.chromium.org/7066030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86647 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
And make them easier to read. BUG=NONE TEST=Run remoting. Review URL: http://codereview.chromium.org/6992069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86646 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
BUG=83755 TEST=Make sure the CompactNav bar shows up when changing hosts or scheme (e.g., from https to http) but doesn't show otherwise. Review URL: http://codereview.chromium.org/7069002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86645 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
- added sample references to devtools pages BUG=none TEST=none Review URL: http://codereview.chromium.org/6948003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86644 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=81179 TEST=none Review URL: http://codereview.chromium.org/7068013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86643 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=none TEST='Private networks' option should always show up in ChromeOS Networks menu. Review URL: http://codereview.chromium.org/7031040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86642 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=83825 TEST=none Review URL: http://codereview.chromium.org/7008004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86641 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=82356 TEST=Run example plugin out-of-process, click on it. Before this, it crashes the plugin. After, behaves as expected. Review URL: http://codereview.chromium.org/6966043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86640 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
BUG=83551 TEST=See 83551. Ensure that popups in compact nav mode are stable and can be clicked on without crashing. Review URL: http://codereview.chromium.org/6992031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86639 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=dragging onto dots works still, clicking on dots works still Review URL: http://codereview.chromium.org/7067043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86638 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=manual (made sure it pixel-matched the old find bar, in both normal and GTK+ theme modes) Review URL: http://codereview.chromium.org/6992017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86637 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/6966018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86636 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=82824 TEST=doesn't say anything on startup Review URL: http://codereview.chromium.org/7066029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86635 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
. Crash when deleting via context menu. This was happening because BookmarkMenuDelegate didn't keep a handle to the menu item it added the items to. . If other bookmarks folder is empty it wouldn't show a menu item for (empty). . Deleting the last item in the other folder would prematurely close the menu. . Hit DCHECK when adding empty menu (long standing issue). BUG=83746 TEST=from the wrench menu on windows right click a bookmark, delete it, and make sure you don't crash. R=ben@chromium.org Review URL: http://codereview.chromium.org/7066034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86634 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@google.com authored
Added an easy hook for enabling / disabling the tests as needed. BUG= none TEST= none Review URL: http://codereview.chromium.org/7067037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86633 0039d316-1c4b-4281-b951-d872f2087c98
-
rkn@chromium.org authored
BUG=58437 TEST=go to <https://2029.globalsign.com> and verify the EV status Unit Test (This test has been DISABLED because it fails when "./netunittests" is run, though it passes individually.): "net_unittests --gtest_filter=X509CertificateTest.GlobalSignR3EVTest" Review URL: http://codereview.chromium.org/7037031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86632 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
PathProvider on the Mac always returned the FILE_EXE for FILE_MODULE, which isn't necessarily correct. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7019041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86631 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=chromium-os:15687 TEST=Disable / reenable wifi and check animation Review URL: http://codereview.chromium.org/7067030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86630 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Revert 86625 - This change implements a first pass in the effort to remove the dependency of PlatformDevice within Chrome. The Skia library now provides multiple back-ends for the SkDevice class, so PlatformDevice's inheritance of SkDevice, and the assumption of instances of PlatformDevice limits the use of these new back-ends. A new set of helper functions is provided for the PlatformDevice entry points. Upon construction of a PlatformDevice, a pointer to the interface is cached in the parent SkDevice's SkMetaData. The new helper functions forward calls to the interface cached in the metadata. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7019013 TBR=twiz@chromium.org Review URL: http://codereview.chromium.org/6987019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86629 0039d316-1c4b-4281-b951-d872f2087c98
-
bolms@chromium.org authored
BUG=63545 TEST=Use contextMenus.create() with "page" context and targetUrlPattern; verify that menu does show. Review URL: http://codereview.chromium.org/7057029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86628 0039d316-1c4b-4281-b951-d872f2087c98
-
imasaki@chromium.org authored
media_matrix_data_public.csv for videos that are in trunk/deps/avperf/{bear,tulip}. Bug fixes includes: * CSV file abnormality * the order of returned tuples in _GenerateMediaInfo and LookForMediaInfoInCompactFormByNickName was incorrect * not recognize the second column of CSV as tag * par_filename was not set in the case of matrix driven test. Added features: * -c and -z option to control the number of tests Review URL: http://codereview.chromium.org/6992026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86627 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=83828 TEST=NONE Review URL: http://codereview.chromium.org/7053005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86626 0039d316-1c4b-4281-b951-d872f2087c98
-
twiz@chromium.org authored
This change implements a first pass in the effort to remove the dependency of PlatformDevice within Chrome. The Skia library now provides multiple back-ends for the SkDevice class, so PlatformDevice's inheritance of SkDevice, and the assumption of instances of PlatformDevice limits the use of these new back-ends. A new set of helper functions is provided for the PlatformDevice entry points. Upon construction of a PlatformDevice, a pointer to the interface is cached in the parent SkDevice's SkMetaData. The new helper functions forward calls to the interface cached in the metadata. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7019013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86625 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
necessary. BUG=none TEST=none R=brettw@chromium.org Review URL: http://codereview.chromium.org/6992040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86624 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
TBR=battre Review URL: http://codereview.chromium.org/6987016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86623 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:14543 TEST=File Manager should be on NTP. Review URL: http://codereview.chromium.org/6912024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86621 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Nu functionality change: virtual is only added to destructors that are already implicitly virtual. BUG=83408 TEST=chromiumos clang bot goes green TBR=battre Review URL: http://codereview.chromium.org/7031049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86620 0039d316-1c4b-4281-b951-d872f2087c98
-
skerner@chromium.org authored
Will be used to show extension unpack progress in the download shelf UI. BUG=80010 TEST=manual Review URL: http://codereview.chromium.org/7060014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86618 0039d316-1c4b-4281-b951-d872f2087c98
-
husky@google.com authored
Review URL: http://codereview.chromium.org/7056011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86617 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Ran through the import script in third_party/sqlite/README.Chromium, including the SQLite test suite. A few minor errors under oserror-1.1.[123], I suspect my Linux reference machine is becoming outdated. SQLite changes are going to be hard/impossible to review. It's a year and a half of changes, might as well be a new package. Removed patches which are no longer necessary: icu-regepx.patch is already present safe-tolower.patch is already present attach-integer.patch no longer relevant For attach-integer.patch, the code has been refactored. The failure in http://crbug.com/38745 no longer occurs (ATTACH 12345 as db; attaches the SQLite database "12345" rather than crashing). Tweak test.patch for modern era. Adjusted webdb.patch for new flag. Clean up fts3.patch. fts3 has been substantially refactored, so much of the patch no longer applies. Reviewed fts3_write.c and many of the patches are now handled appropriately. I found one issue in fts3.c, and I'm still reviewing it. This will be ongoing. Disabled WAL (Write Ahead Log) and fts4 support for now as unknown unknowns. BUG=71731 TEST=*EVERYTHING* continues to work. Review URL: http://codereview.chromium.org/6990047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86616 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Nu functionality change: virtual is only added to destructors that are already implicitly virtual. BUG=83408 TEST=chromiumos clang bot goes green TBR=battre Review URL: http://codereview.chromium.org/6979010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86615 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=71097 TEST=no change Review URL: http://codereview.chromium.org/7065038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86613 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
string_util.h is recursively included by one of the other includes in this file, which is why we don't get a compile error, but it's best to always include what you use. BUG=None TEST=None Review URL: http://codereview.chromium.org/7065044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86612 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
BUG=None TEST=Compile with clang. TBR=altimofeev@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86611 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Current implementation of message_pump_glib_x uses both X event queue and GDK's g_main_context_iteration to read event messages. If the first X event in the X event queue can be dispatched directly, it will be extracted and dispatched. If the first X event in the X event queue can't be dispatched directly, g_main_context_iteration will be called to translate X events into GDK evnets. If the first X event can't be dispatched directly and is followed by X events that can be dispatched directly in the event queue, those events that can be dispatched directly will also go through GDK and may get lost if GDK does not recognize them (e.g. XInput2 events). To fix this, a GDK event filter is setup to intercept all the X events before they are translated into GDK events. In the filter if the X events are found to be wanted, they will get dispatched directly instead of translated into GDK events. BUG= TEST= Review URL: http://codereview.chromium.org/7050030 Patch from Yufeng Shen <miletus@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86610 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
Cause compile failure 484>WebViewHost.obj :error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall WTF::String::isHashTableDeletedValue(void)const " (__imp_?isHashTableDeletedValue@String@WTF@@QBE_NXZ) 484>NotificationPresenter.obj :error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall WTF::String::isHashTableDeletedValue(void)const " (__imp_?isHashTableDeletedValue@String@WTF@@QBE_NXZ) referenced in function "public: static bool __cdecl WTF::SimpleClassHashTraits<class WTF::String>::isDeletedValue(class WTF::String const &)" (?isDeletedValue@?$SimpleClassHashTraits@VString@WTF@@@WTF@@SA_NABVString@2@@Z) 484>TestShell.obj :error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall WTF::String::isHashTableDeletedValue(void)const " (__imp_?isHashTableDeletedValue@String@WTF@@QBE_NXZ) 484>MockSpellCheck.obj :error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall WTF::String::isHashTableDeletedValue(void)const " (__imp_?isHashTableDeletedValue@String@WTF@@QBE_NXZ) 484>LayoutTestController.obj :error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall WTF::String::isHashTableDeletedValue(void)const " (__imp_?isHashTableDeletedValue@String@WTF@@QBE_NXZ) 484>C:\b\build\slave\Win_Builder__dbg__shared_\build\src\build\Debug\DumpRenderTree.exe : fatalerror LNK1120: 1 unresolved externals BUG=none TEST=none TBR=dpranke TBR=ukai@chromium.org Review URL: http://codereview.chromium.org/7069011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86609 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Nu functionality change: virtual is only added to destructors that are already implicitly virtual. BUG=83408 TEST=chromiumos clang bot goes green TBR=battre Review URL: http://codereview.chromium.org/7027006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86608 0039d316-1c4b-4281-b951-d872f2087c98
-