Author: [email protected]
Date: Tue Apr 28 02:15:31 2009
New Revision: 1805

Added:
    branches/bleeding_edge/test/mjsunit/tools/profile_view.js
       - copied, changed from r1802,  
/branches/bleeding_edge/test/mjsunit/tools/profileview.js
    branches/bleeding_edge/tools/profile_view.js
       - copied, changed from r1802,  
/branches/bleeding_edge/tools/profileview.js
Removed:
    branches/bleeding_edge/test/mjsunit/tools/profileview.js
    branches/bleeding_edge/tools/profileview.js
Modified:
    branches/bleeding_edge/tools/linux-tick-processor
    branches/bleeding_edge/tools/windows-tick-processor.bat

Log:
Rename profileview.js -> profile_view.js because WebInspector already has  
ProfileView.js.

Review URL: http://codereview.chromium.org/100102

Copied: branches/bleeding_edge/test/mjsunit/tools/profile_view.js (from  
r1802, /branches/bleeding_edge/test/mjsunit/tools/profileview.js)
==============================================================================
--- /branches/bleeding_edge/test/mjsunit/tools/profileview.js   (original)
+++ branches/bleeding_edge/test/mjsunit/tools/profile_view.js   Tue Apr 28  
02:15:31 2009
@@ -26,7 +26,7 @@
  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  // Load source code files from <project root>/tools.
-// Files: tools/consarray.js tools/profile.js tools/profileview.js
+// Files: tools/consarray.js tools/profile.js tools/profile_view.js


  function createNode(name, time, opt_parent) {

Modified: branches/bleeding_edge/tools/linux-tick-processor
==============================================================================
--- branches/bleeding_edge/tools/linux-tick-processor   (original)
+++ branches/bleeding_edge/tools/linux-tick-processor   Tue Apr 28 02:15:31  
2009
@@ -12,5 +12,5 @@
  # nm spits out 'no symbols found' messages on stderr
  $tools_dir/../d8 $tools_dir/splaytree.js $tools_dir/codemap.js \
    $tools_dir/csvparser.js $tools_dir/consarray.js \
-  $tools_dir/profile.js $tools_dir/profileview.js \
+  $tools_dir/profile.js $tools_dir/profile_view.js \
    $tools_dir/tickprocessor.js -- $@ 2>/dev/null

Copied: branches/bleeding_edge/tools/profile_view.js (from r1802,  
/branches/bleeding_edge/tools/profileview.js)
==============================================================================

Modified: branches/bleeding_edge/tools/windows-tick-processor.bat
==============================================================================
--- branches/bleeding_edge/tools/windows-tick-processor.bat     (original)
+++ branches/bleeding_edge/tools/windows-tick-processor.bat     Tue Apr 28  
02:15:31 2009
@@ -2,4 +2,4 @@

  SET tools_dir=%~dp0

-%tools_dir%..\d8 %tools_dir%splaytree.js %tools_dir%codemap.js 
%tools_dir%csvparser.js %tools_dir%consarray.js %tools_dir%profile.js 
%tools_dir%profileview.js %tools_dir%tickprocessor.js  
--  
--windows %*
+%tools_dir%..\d8 %tools_dir%splaytree.js %tools_dir%codemap.js 
%tools_dir%csvparser.js %tools_dir%consarray.js %tools_dir%profile.js 
%tools_dir%profile_view.js %tools_dir%tickprocessor.js  
--  
--windows %*

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to