Skip to content

Commit

Permalink
Merge the last green PGO changeset from birch to mozilla-central
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan committed Apr 25, 2012
2 parents ae09a14 + 8b0dd2e commit 7076a7a
Show file tree
Hide file tree
Showing 12 changed files with 509 additions and 440 deletions.
1 change: 1 addition & 0 deletions .hgtags
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ bbc7014db2de49e2301680d2a86be8a53108a88a AURORA_BASE_20120131
0000000000000000000000000000000000000000 AURORA_BASE_20120131
bbc7014db2de49e2301680d2a86be8a53108a88a AURORA_BASE_20120131
b6627f28b7ec17e1b46a594df0f780d3a40847e4 FIREFOX_AURORA_13_BASE
357da346ceb705d196a46574804c7c4ec44ac186 FIREFOX_AURORA_14_BASE
2 changes: 1 addition & 1 deletion b2g/confvars.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
MOZ_APP_BASENAME=B2G
MOZ_APP_VENDOR=Mozilla

MOZ_APP_VERSION=14.0a1
MOZ_APP_VERSION=15.0a1
MOZ_APP_UA_NAME=Firefox

MOZ_BRANDING_DIRECTORY=b2g/branding/unofficial
Expand Down
2 changes: 1 addition & 1 deletion browser/config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0a1
15.0a1
2 changes: 1 addition & 1 deletion config/milestone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# hardcoded milestones in the tree from these two files.
#--------------------------------------------------------

14.0a1
15.0a1
2 changes: 1 addition & 1 deletion js/src/config/milestone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# hardcoded milestones in the tree from these two files.
#--------------------------------------------------------

14.0a1
15.0a1
2 changes: 1 addition & 1 deletion mobile/android/confvars.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
MOZ_APP_BASENAME=Fennec
MOZ_APP_VENDOR=Mozilla

MOZ_APP_VERSION=14.0a1
MOZ_APP_VERSION=15.0a1
MOZ_APP_UA_NAME=Firefox

MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
Expand Down
2 changes: 1 addition & 1 deletion mobile/xul/confvars.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
MOZ_APP_BASENAME=Fennec
MOZ_APP_VENDOR=Mozilla

MOZ_APP_VERSION=14.0a1
MOZ_APP_VERSION=15.0a1

MOZ_BRANDING_DIRECTORY=mobile/xul/branding/unofficial
MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/xul/branding/official
Expand Down
2 changes: 1 addition & 1 deletion toolkit/devtools/debugger/server/dbg-script-actors.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ThreadActor.prototype = {
_scripts: {},

/**
* Add a debuggee global to the JSInspector.
* Add a debuggee global to the Debugger object.
*/
addDebuggee: function TA_addDebuggee(aGlobal) {
// Use the inspector xpcom component to turn on debugging
Expand Down
Loading

0 comments on commit 7076a7a

Please sign in to comment.