Felipe Gomes
|
a71b6905e6
|
Bug 740957. Webapp installer doorhanger should show a standard icon instead of the app-specified icon. r=dao
|
2012-04-12 18:11:37 -07:00 |
|
Stephen Horlander
|
9f7ac524d7
|
Bug 735680. Update wbapps icons. r=gavin
|
2012-04-12 18:11:33 -07:00 |
|
Asaf Romano
|
20840b65ba
|
Bug 744189 - Can't open bookmarks from the Firefox button. r=mak
--HG--
extra : rebase_source : 82a55f2c2c3336dd6357e05fd198a661a79b8540
|
2012-04-12 12:41:09 +02:00 |
|
Paolo Amadini
|
dbac832882
|
Bug 715355 - Deprecate and remove old style GUIDs. r=mak
--HG--
extra : rebase_source : 0d0a2ac825ed674075e8e85607a496668953c6c1
|
2012-04-12 12:27:57 +02:00 |
|
Paolo Amadini
|
d240aaa722
|
Bug 728174 - Replace old synchronous favicons calls in the bookmarks HTML import. r=mak
--HG--
extra : rebase_source : ddb3109fa13f41bdfb2f265f7850453905145a07
|
2012-04-12 12:27:36 +02:00 |
|
Paolo Amadini
|
8ef477b8e9
|
Bug 728142 - Replace old synchronous favicons calls in tabview. r=ttaubert
--HG--
extra : rebase_source : 5dc2e1a50862eaa238cd16479dada60da507eb01
|
2012-04-12 12:27:27 +02:00 |
|
Paolo Amadini
|
f59a485dfb
|
Bug 737133 - getFaviconURLForPage and getFaviconDataForPage should invoke nsIFaviconDataCallback even if the favicon is not available. r=mak sr=gavin
--HG--
extra : rebase_source : 70f0139a7b87b4a3f4de785a7c29f3f36e2055a9
|
2012-04-12 12:27:14 +02:00 |
|
Dão Gottwald
|
a25bd4d8d7
|
Bug 632634 - Allow the status panel to be as wide as the window. r=felipe
|
2012-04-12 10:00:56 +02:00 |
|
Jared Wein
|
d12ceaf64c
|
Bug 736028 - Page thumbnails should be 1/9th the size of the screen. r=ttaubert
|
2012-04-12 00:02:27 -07:00 |
|
Gregory Szorc
|
15089b0805
|
Merge mozilla-central into inbound
|
2012-04-11 18:51:10 -07:00 |
|
Gregory Szorc
|
9d66d1498f
|
Merge services-central into mozilla-central
|
2012-04-11 11:46:19 -07:00 |
|
Richard Newman
|
351b1ffaf9
|
Merge m-c to s-c.
|
2012-04-10 22:20:12 -07:00 |
|
John Ford
|
49d5bd42be
|
bug 720027 - turn the speed of Mac builds up to 11 r=ted
|
2012-04-10 12:21:22 -07:00 |
|
Richard Newman
|
8adf753239
|
Merge m-c to s-c.
|
2012-04-09 18:57:46 -07:00 |
|
Kyle Huey
|
a80076a9ed
|
Merge fx-team to m-c to please philor.
|
2012-04-09 14:51:54 -07:00 |
|
Matt Brubeck
|
0f3bc5ceb0
|
Merge last green changeset from inbound to mozilla-central
|
2012-04-09 10:05:48 -07:00 |
|
Girish Sharma
|
6c9880e498
|
Bug 729960 - Source Editor: add shortcuts to quickly jump to the code block start and end; r=msucan
|
2012-04-09 13:31:45 +03:00 |
|
Girish Sharma
|
8f24955bbb
|
Bug 739192 - Source Editor should toggle comment on line or selection with one key binding; r=msucan
|
2012-04-09 13:31:45 +03:00 |
|
Max Li
|
4c6604282f
|
Bug 742098 - refactor observe() into a set of distinct methods [r=zpao]
|
2012-04-11 12:52:48 -07:00 |
|
Landry Breuil
|
c8fb3f88c7
|
Bug 739132 - Package necko_wifi.xpt only if NECKO_WIFI is set. r=khuey
|
2012-04-11 07:58:27 -04:00 |
|
Gregory Szorc
|
10e97429b9
|
Bug 731494 - Refactor generic code from services/sync into services/common; r=rnewman
--HG--
rename : services/sync/modules/async.js => services/common/async.js
rename : services/sync/modules/log4moz.js => services/common/log4moz.js
rename : services/sync/modules/ext/Observers.js => services/common/observers.js
rename : services/sync/modules/ext/Preferences.js => services/common/preferences.js
rename : services/sync/modules/ext/StringBundle.js => services/common/stringbundle.js
rename : services/sync/tests/unit/test_async_chain.js => services/common/tests/unit/test_async_chain.js
rename : services/sync/tests/unit/test_async_querySpinningly.js => services/common/tests/unit/test_async_querySpinningly.js
rename : services/sync/tests/unit/test_log4moz.js => services/common/tests/unit/test_log4moz.js
rename : services/sync/tests/unit/test_Observers.js => services/common/tests/unit/test_observers.js
rename : services/sync/tests/unit/test_Preferences.js => services/common/tests/unit/test_preferences.js
rename : services/sync/tests/unit/test_restrequest.js => services/common/tests/unit/test_restrequest.js
rename : services/sync/tests/unit/test_utils_makeURI.js => services/common/tests/unit/test_utils_makeURI.js
rename : services/sync/tests/unit/test_utils_namedTimer.js => services/common/tests/unit/test_utils_namedTimer.js
rename : services/sync/tests/unit/test_utils_stackTrace.js => services/common/tests/unit/test_utils_stackTrace.js
|
2012-04-05 23:26:06 -07:00 |
|
Tim Taubert
|
b90c74e3a3
|
Bug 742782 - [New Tab Page] Error: aCallback is not defined; r=dietrich
|
2012-04-06 00:33:47 +02:00 |
|
Ehsan Akhgari
|
e130fd8945
|
Merge the last green PGO changeset from mozilla-inbound to mozilla-central
|
2012-04-05 13:40:53 -04:00 |
|
Mihai Sucan
|
988f9fb22b
|
Bug 728926 - Intermittent failure in browser_dbg_script-switching.js | The correct script was loaded initially. | The first script is displayed. r=rcampbell
|
2012-04-05 16:00:05 +03:00 |
|
Mihai Sucan
|
57ac93625e
|
Bug 728830 - Intermittent browser_dbg_update-editor-mode.js | Found the expected editor mode. - Got js, expected html | The correct script was loaded initially. | The first script is displayed. | Test timed out; r=rcampbell
|
2012-04-05 13:47:26 +03:00 |
|
Tim Taubert
|
5c6bb8ccc9
|
merge m-c to fx-team
|
2012-04-05 11:44:09 +02:00 |
|
Jared Wein
|
8e33c30908
|
Bug 742619 - Temporarily disable one of the tests in test11c to quiet an intermittent orange. r=felipe
|
2012-04-04 22:17:54 -07:00 |
|
Rob Campbell
|
1d7bd1df1b
|
backout bug 728926; a=orange
|
2012-04-04 14:54:13 -03:00 |
|
Dave Camp
|
f1ef07a4dc
|
Bug 740615 - Move rule view copy code into CssRuleView.jsm. r=paul
|
2012-04-04 09:36:35 -07:00 |
|
Marco Bonardo
|
5eb9c1dad8
|
Merge last green PGO from inbound to central
|
2012-04-04 13:36:36 +02:00 |
|
Serge Gautherie
|
a9aafffa5c
|
Bug 741066. (Av1) browserPlacesViews.js: Fix 2 "function ... does not always return a value". r=mak77.
|
2012-04-03 15:43:25 +02:00 |
|
Serge Gautherie
|
d7696b3460
|
Bug 741065. (Av1) controller.js: Fix "function PCDH_onDrop does not always return a value". r=mak77.
|
2012-04-03 15:42:06 +02:00 |
|
Victor Porof
|
99d0d4d105
|
Bug 728926 - Intermittent failure in browser_dbg_script-switching.js | The correct script was loaded initially. | The first script is displayed.; r=past
|
2012-04-02 12:34:23 +03:00 |
|
Wolfgang Rosenauer
|
b00df78bbd
|
Bug 526717 - remove non-working "Set as desktop background" from the UI for unsupported desktops. r=gavin
|
2012-04-02 22:43:12 +02:00 |
|
Mihai Sucan
|
b397f64017
|
Bug 734641 - Intermittent mochitest-browser-chrome browser/devtools/debugger/test/browser_dbg_bug723069_editor-breakpoints.js | The correct script was loaded initially. - Didn't expect -1, but got it; r=rcampbell
|
2012-03-31 21:15:53 +03:00 |
|
Victor Porof
|
c09627427e
|
Bug 725249 - intermittent browser/devtools/debugger/test/browser_dbg_propertyview-08.js | Test timed out; r=rcampbell
|
2012-04-03 14:23:18 +03:00 |
|
Marco Bonardo
|
46cbefcc5f
|
Bug 741543 - Some scratchpad browser chrome tests pollute next ones.
r=robcee
|
2012-04-03 12:42:24 +02:00 |
|
ffxbld
|
19e947f850
|
Automated blocklist update from host linux-ix-slave24
|
2012-04-07 03:19:29 -07:00 |
|
Serge Gautherie
|
36a4e05837
|
Bug 739041. (Dv1a-FF) test_384370.js: Move after_import() into run_test(), Use Services.prefs too. f=neil r=mak77.
|
2012-04-07 01:56:32 +02:00 |
|
Serge Gautherie
|
d5bda02a7b
|
Bug 739041. (Cv1a-FF) test_browserGlue_prefs.js: Move comment back to its related code, s/print/do_log_info/g. r=mak77.
|
2012-04-06 16:31:25 +02:00 |
|
Marco Bonardo
|
13f1c8ba2e
|
Bug 737841 - Part 3: remove no more useful redirectsMode query option.
r=dietrich rs=gavin
--HG--
rename : toolkit/components/places/tests/queries/test_redirectsMode.js => toolkit/components/places/tests/queries/test_redirects.js
|
2012-04-07 01:17:53 +02:00 |
|
Benoit Girard
|
e54c4b6e39
|
Bug 719536 - Include symbol table in the Linux nightlies for profiling and debugging. r=ted
--HG--
extra : rebase_source : beb0059130c29ae29a772537d54e52e2b9302b78
|
2012-04-06 13:03:46 -04:00 |
|
Dão Gottwald
|
61c76de302
|
Bug 742645 - Adding exception accidentally allowed in framed certificate error page. r=mak
|
2012-04-06 21:34:13 +02:00 |
|
Asaf Romano
|
5a8db2bf91
|
Bug 739451 - Don't rely on XPConnect-magic for getting the owner window of a places view (Required for compartment-per-global work). r=mak
|
2012-04-06 16:43:54 +03:00 |
|
Jared Wein
|
f0e9716818
|
Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe
|
2012-04-04 15:32:54 -07:00 |
|
Jared Wein
|
acc7a6a10c
|
Bug 711552 - Click to play plugins for desktop Firefox. r=felipe
|
2012-04-02 13:49:56 -07:00 |
|
Serge Gautherie
|
6b8d69ee40
|
Bug 741064. (Av1) Fix "function PTV__buildVisibleSection does not always return a value". r=mano.
|
2012-04-01 18:13:44 +02:00 |
|
Ed Morley
|
2aa4048571
|
Merge mozilla-central to mozilla-inbound
|
2012-03-31 15:28:55 +01:00 |
|
ffxbld
|
c17f4d84a8
|
Automated blocklist update from host moz2-linux-slave02
|
2012-03-31 03:19:59 -07:00 |
|
Mike Hommey
|
9220043382
|
Bug 736519 - Add jssubloader to removed-files. r=khuey
|
2012-03-31 09:33:29 +02:00 |
|