- 16 Aug, 2011 40 commits
-
-
tony@chromium.org authored
This target generates the locale .pak files on Windows. Since nothing depends on this target, it doesn't build by default (they're not used yet). Specific changes: - Have locale_settings_win.grd generate .pak files. - Use pymod_do_main to avoid some shell escaping problems (and it's a bit faster). - Rewrite repack_locales.py to work with pymod_do_main. BUG=92724 Review URL: http://codereview.chromium.org/7648001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97012 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
BUG=93062 TEST= TBR=mpcomplete@chromium.org, jochen@chromium.org Review URL: http://codereview.chromium.org/7660014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97011 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=92748 TEST=none Review URL: http://codereview.chromium.org/7649029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97008 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:19224 TEST=Verify fix for chromium-os:19224. Review URL: http://codereview.chromium.org/7657022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97007 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7535007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97005 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Review URL: http://codereview.chromium.org/7617018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97004 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Review URL: http://codereview.chromium.org/7664012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97003 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
% grep -l '#include.*chromeos_wm_ipc_enums.h' **/*.{cc,h} > files.txt % perl -i -pe 's!"third_party/cros/chromeos_wm_ipc_enums.h"!"third_party/cros_system_api/window_manager/chromeos_wm_ipc_enums.h"!' `cat files.txt` BUG=chromium-os:19054 TEST=confirm chrome builds as before Review URL: http://codereview.chromium.org/7648043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97002 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=86880 TEST=None Review URL: http://codereview.chromium.org/7664007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97001 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:18720 TEST=Go to chrome://kill to kill a tab. There should be a feedback link which should navigate to the feedback page and populate the message field with "Chrome ran out of memory." Review URL: http://codereview.chromium.org/7633023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97000 0039d316-1c4b-4281-b951-d872f2087c98
-
charleslee@chromium.org authored
Added some regexes and shard output processing BUG=92653 TEST=crashed tests are shown in the summary Review URL: http://codereview.chromium.org/7650012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96999 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=87457 TEST=none Review URL: http://codereview.chromium.org/7647035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96998 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
I considered merging these into ui.dll, but the respective GYP files are pretty customized, and merging all of the special casing into ui.gyp seemed like it would just make things messy. Plus, some components only need to link to surface and not all of ui. One thing that I'm not entirely sure about is the naming convention. In this case the modules are named gl, compositor and surface instead of ui_gfx_gl, and so on. I thought about declaring UI_GFX_GL_EXPORT, but I opted for the shorter GL_EXPORT instead. I think Ben has been thinking about moving these directories out of ui/gfx/ anyways since it is a bit odd for them to live there. R=rvargas Review URL: http://codereview.chromium.org/7645004 TBR=darin@chromium.org Review URL: http://codereview.chromium.org/7659015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96997 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=none TEST=manually Review URL: http://codereview.chromium.org/7648051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96994 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7612012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96993 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=82782 Review URL: http://codereview.chromium.org/7660007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96991 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Review URL: http://codereview.chromium.org/7647034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96988 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Review URL: http://codereview.chromium.org/7621019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96987 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Review URL: http://codereview.chromium.org/7650020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96986 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
TBR=arv@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/7661026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96985 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new class will also be used in the client plugin for the main plugin thread. BUG=None TEST=Everything works. Review URL: http://codereview.chromium.org/7635030 TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/7665002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96984 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
I considered merging these into ui.dll, but the respective GYP files are pretty customized, and merging all of the special casing into ui.gyp seemed like it would just make things messy. Plus, some components only need to link to surface and not all of ui. One thing that I'm not entirely sure about is the naming convention. In this case the modules are named gl, compositor and surface instead of ui_gfx_gl, and so on. I thought about declaring UI_GFX_GL_EXPORT, but I opted for the shorter GL_EXPORT instead. I think Ben has been thinking about moving these directories out of ui/gfx/ anyways since it is a bit odd for them to live there. R=rvargas Review URL: http://codereview.chromium.org/7645004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96982 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new class will also be used in the client plugin for the main plugin thread. BUG=None TEST=Everything works. Review URL: http://codereview.chromium.org/7635030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96981 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
__Block_copy, __Block_release, __Block_object_assign, and __Block_object_dispose BUG=91978 TEST=Included Review URL: http://codereview.chromium.org/7657014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96979 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=none TEST=./src/tools/bisect-builds.py Review URL: http://codereview.chromium.org/7634032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96978 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=92429 TEST=BitstreamConverterTest.*, ChunkDemuxerTest.*, FFmpegDemuxerTest.*, FFmpegGlueTest.*, FFmpegVideoDecoderTest.*, FFmpegH264BitstreamConverterTest.*, FFmpegVideoDecodeEngineTest.* Review URL: http://codereview.chromium.org/7587012 TBR=acolwell@chromium.org Review URL: http://codereview.chromium.org/7658017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96977 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
The dependency was in the ResourceDispatcherHostBrowserTest code which subscribed to the chrome::NOTIFICATION_BROWSER_WINDOW_READY event fired by Chrome. To remove this dependency these tests now subscribe to the notification content::NOTIFICATION_TAB_ADDED which is fired after the above notification. Fixes bug http://crbug.com/88871 BUG=88871 Review URL: http://codereview.chromium.org/7648045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96975 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=92429 TEST=BitstreamConverterTest.*, ChunkDemuxerTest.*, FFmpegDemuxerTest.*, FFmpegGlueTest.*, FFmpegVideoDecoderTest.*, FFmpegH264BitstreamConverterTest.*, FFmpegVideoDecodeEngineTest.* Review URL: http://codereview.chromium.org/7587012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96974 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
* Remove using directives * Make more functions file-scope instead of private + static * Make .cc and .h order match BUG=none TEST=none Review URL: http://codereview.chromium.org/7661005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96973 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7635012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96972 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
of block mapped files. BUG=90087 TEST=none Review URL: http://codereview.chromium.org/7661006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96971 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
TEST=Ensure all TemplateURLService related unit tests pass. BUG=15548 Review URL: http://codereview.chromium.org/7566036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96969 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
Includes other small fixes discovered while testing: * Alignment of provider type text for configured VPN connect UI. * Open conenct dialog on any VPN connect failure BUG=chromium-os:17161,chromium-os:18670 TEST=Test network icons in in the statu bar, network menu, and internet options page with VPN disconnected, conencting, and connected, and with diferent underlying networks connected (ethernet, wifi, cellular, none). Review URL: http://codereview.chromium.org/7633046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96967 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Allow the user to reopen the crashed tab. Also refactor Observe notification handling in PrintPreviewTabController while I'm here. Review URL: http://codereview.chromium.org/7326036/ BUG=83656, 92066, 84764 TEST=PrintPreviewTabControllerTest.NavigateFromPrintPreviewTab Review URL: http://codereview.chromium.org/7550063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96966 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96965 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
work around problems doing so after installing the sandbox. BUG=91452 TEST=none Review URL: http://codereview.chromium.org/7659004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96964 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
BUG=86952 TEST=none (ran WebGL conformance tests) Review URL: http://codereview.chromium.org/7648044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96963 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
incremental linking (as d2d1.lib is referenced statically by CanvasDirect2D::GetD2D1Factory). BUG=92173 TEST=No new functionality; no unresolved link errors Review URL: http://codereview.chromium.org/7602009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96958 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96957 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
This adds the export certificate function to the WebUI certificate viewer. Additionally this moves the implementation of extracting certificate details to chrome/browser/ui/webui/certificate_viewer.cc eliminating the need to pass a hex encoded certificate pointer through the WebUI javascript. BUG=None TEST=Manually tested that you can export a certificate. Review URL: http://codereview.chromium.org/7528027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96955 0039d316-1c4b-4281-b951-d872f2087c98
-