Commit Graph

141280 Commits

Author SHA1 Message Date
Paolo Amadini
c4f9af8a50 Bug 901563 - DownloadLegacySaver should move the ".part" file to the target. r=enn 2013-08-07 13:09:04 +02:00
Tim Abraldes
ddcaf97ecb bug 866304 DialogUI "modals" cleanup patch. Removes the "modals" portions of DialogUI. Converts the crash reporter prompt to use nsIPromptService.confirmEx instead of DialogUI.importModal. r=mbrubeck
The crash reporter prompt is the only consumer of DialogUI.importModal and related code. The "modals" concept that DialogUI implements should go away in favor of tab-modal dialogs and tab-agnostic notifications (e.g. flyouts). I don't think that the crash reporter prompt should be a tab modal dialog; I'd prefer to see it become an about: page or perhaps a flyout. Making it a tab-modal prompt was just the easiest thing to do in this set of patches.
2013-08-05 23:29:55 -07:00
Tim Abraldes
d0f1644995 bug 866304 DialogUI dialogs cleanup patch. Removes unused/obsolete code from DialogUI. r=mbrubeck
The "dialog" concept is unused (the last consumer was the sync setup UI which is now a flyout) and is obsolete since we have prompts.
2013-08-05 23:29:55 -07:00
Tim Abraldes
56d9a5b8e7 bug 866304. In metro, use the tab-modal prompt implementation that is available in toolkit. r=mbrubeck
This patch replaces metro's 'PromptService' (which implements nsIPromptService and nsIPrompt, among others) with an implementation that simply forwards all calls to toolkit's nsPrompter.js. Before forwarding each call, it writes the "allowTabModal" property on the object obtained from nsPrompter.js, causing the created prompt to be tab-modal.

It also adds functionality to browser.js for creating tab modal prompts. One of the changes made as part of adding this functionality is replacing the <browser> with a <stack> of <browser> objects.
2013-08-05 23:29:54 -07:00
Matt Brubeck
85de1c34a0 Bug 901671 - Control-L should always select the text in the address field [r=rsilveira] 2013-08-06 16:06:37 -07:00
Matt Brubeck
62c7581207 Bug 901094 - Progress indicator hidden when navbar is hidden [r=sfoster] 2013-08-06 16:06:15 -07:00
Allison Naaktgeboren
119ff9868e Bug 901487 - Inconsistent spelling of "add-ons" in about:addons override for Metro, improve l10n structure of sentence.r=mbrubeck 2013-08-06 15:04:46 -07:00
David Rajchenbach-Teller
2930f3c727 Bug 900946 - moduleStack now plays smarter with urls. r=gozala 2013-08-06 17:57:08 -04:00
Alexandre Poirot
def8e52aa1 Bug 900500 - Add pref to bypass devtool's prompt on remote connection. r=robcee, r=mgoodwin 2013-08-06 17:56:45 -04:00
Marco Castelluccio
e07c590d1d Bug 892833 - Enable mozTCPSocket in the desktop runtime. r=dpreston 2013-08-06 17:56:19 -04:00
Adrian May
e094efd370 Bug 899167 - Change 'SelectedText' to 'TextSelection' and move handling from browser.js to TextSelection.js, r=margaret 2013-08-06 16:58:41 -04:00
Ryan VanderMeulen
9f9396c0d9 Backed out 2 changesets (bug 901151, bug 788073) for suspected robocop-2 orange.
Backed out changeset 6e7a45127e07 (bug 901151)
Backed out changeset bf050e52851f (bug 788073)
2013-08-06 15:28:46 -04:00
Ryan VanderMeulen
7b3ea5bbc9 Merge m-c to fx-team. 2013-08-06 14:23:55 -04:00
Ryan VanderMeulen
105df78108 Merge b2g-inbound to m-c. 2013-08-06 14:23:21 -04:00
Ed Morley
e41f97a43c Backed out changeset f87e93861239 (bug 649607) for causing bug 901921 2013-08-06 10:42:42 -07:00
Marina Samuel
ac171b8eb7 Bug 883959 - re-land part of previous change that was accidentally reverted. r=me 2013-08-06 13:33:33 -04:00
Ryan VanderMeulen
426e61090b Backed out changeset aada9eac6fd3 (bug 900742) for checktest failures. 2013-08-06 12:50:36 -04:00
Wes Johnston
da5f722915 Bug 901151 - Set source when firing mouse events. r=kats 2013-08-06 09:37:28 -07:00
Wes Johnston
f244448055 Bug 788073 - Use platform touch fluffing on Android. r=kats 2013-08-06 09:37:27 -07:00
Gaia Pushbot
9ed8dd79eb Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ca81894022ba
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #11359 from davidflanagan/bug901377

Bug 901377: fix serious autocorrect regressions r=yxl

========

https://hg.mozilla.org/integration/gaia-central/rev/ca760d73e466
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 901377: fix serious autocorrect regressions
2013-08-06 09:25:24 -07:00
Gaia Pushbot
097cb4ad46 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/453d7dee630d
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #11377 from wanderview/contacts_throbber_cpu

Bug 901657: Use display:none to hide animation. r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/d7003fd65a19
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 901657: Use display:none to hide animation
2013-08-06 08:30:23 -07:00
Marco Castelluccio
623f6f6433 Bug 873567 - Fix packaged apps test. r=myk 2013-08-06 10:58:44 -04:00
Kartikaya Gupta
a44a912056 Bug 900742 - Fix APZC hit testing problem introduced by bug 866232. r=BenWa 2013-08-06 10:39:19 -04:00
Gaia Pushbot
210f0e314c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/5c749196a94d
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11376 from rexboy7/fix-bug899511-master

bug 899511 : [System] Resize popup window correctly

========

https://hg.mozilla.org/integration/gaia-central/rev/82ca343aa6f2
Author: Rex Lee <rexboy@mozilla.com>
Desc: bug 899511 : [System] Resize popup window correctly
2013-08-06 07:20:27 -07:00
Ryan VanderMeulen
b7db68d173 Merge m-c to b2g-inbound. 2013-08-06 10:16:19 -04:00
Gaia Pushbot
aaaf8418ad Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/83566e190ff3
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #11221 from huchengtw-moz/video/Bug_898993_thumbnail_size_is_not_compitable_to_hdpi

Bug 898993 - the creation of thumbnail size is not compatible to hdpi de...

========

https://hg.mozilla.org/integration/gaia-central/rev/64a51f6734fd
Author: John Hu <johu@mozilla.com>
Desc: Bug 898993 - the creation of thumbnail size is not compatible to hdpi device
2013-08-06 07:10:25 -07:00
Gian-Carlo Pascutto
cc9bc61f9b Bug 772280 - Abort text selection if the selection is far off the click point. r=margaret 2013-08-06 10:38:32 +02:00
Julian Seward
e4a8a08ba5 Bug 892774 - Breakpad Stack scan: speed up MyCodeModules::GetModuleForAddress. r=bgirard. 2013-08-06 10:36:10 +02:00
Dirk Schulze
702f991dc4 Bug 901847 - Fixes syntax failure in filters drop-shadow test. r=heycam 2013-08-06 17:53:53 +10:00
Max Vujovic
e4f9873c6f Bug 898175 - Refactor filter parsing to use a keyword lookup table for filter function names. r=dbaron 2013-08-06 17:53:30 +10:00
Timothy Nikkel
01773a3ec2 Bug 896053. Unlink sibling/child lists of widgets for nsCocoaWindow's correctly. r=smichaud 2013-08-05 23:32:23 -05:00
Nicolas B. Pierron
2b33645d2e Bug 901178 - IonMonkey: Avoid parsing unused lambda functions. r=bhackett 2013-08-05 20:52:28 -07:00
Daniel Holbert
1ad4e6db16 Bug 901799: Remove no-longer-used variable 'compartment' from MacroAssembler::checkInterruptFlagsPar(). r=bhackett 2013-08-05 23:28:50 -04:00
Alexander Surkov
44d7125afd Bug 900943 - multiline textbox contains bogus <br>, r=tbsaunde
--HG--
rename : accessible/tests/mochitest/text/test_label.xul => accessible/tests/mochitest/text/test_general.xul
2013-08-05 22:09:05 -04:00
Brian R. Bondy
8c5a07a170 Bug 901025 - Allow GDI rendering mode when OMTC is enabled. r=jimm 2013-08-05 22:00:48 -04:00
Brian R. Bondy
2991032f5f Bug 901071 - D2D rendering always being disabled for Windows 8.1 on Intel hardware. r=bjacob 2013-08-05 22:00:42 -04:00
Daniel Holbert
7255b73424 Bug 901645: Mark some variables in content/base/src as DebugOnly. r=smaug 2013-08-05 21:35:08 -04:00
Boris Zbarsky
bc04cffaba Bug 901682. Rev the IID for nsXMLHttpRequest. r=gavin 2013-08-05 21:28:51 -04:00
Mike Hommey
8ca9d2798f Bug 901413 - Support GNU/kFreeBSD in AsmJSSignalHandlers.cpp. r=luke 2013-08-06 10:09:05 +09:00
Mike Hommey
756e51a3f5 Bug 901202 - Set WEBRTC_TARGET_ARCH to a right value on ia64. r=ted 2013-08-06 10:08:48 +09:00
Mike Hommey
f3cda63b7a Bug 901149 - Add the clang workaround for __float128 to HOST_CXXFLAGS when not cross-compiling. r=ted 2013-08-06 10:08:23 +09:00
Ryan VanderMeulen
94cd7b2435 Backed out changesets aee6b1a6c400 and a633e4d67d31 (bug 875277) for bustage. 2013-08-05 20:47:07 -04:00
Jan Beich
16fd8a83e4 Bug 901251 - Make --disable-necko-wifi actually work on Linux. r=glandium 2013-08-05 20:24:05 -04:00
JW Wang
6792fdb826 Bug 875277 - Part 2: Implement WaveShaperNode.oversample - speex. r=ehsan 2013-08-05 10:34:52 +08:00
JW Wang
82fbbe4088 Bug 875277 - Part 1: Implement WaveShaperNode.oversample - webidl enums. r=ehsan 2013-07-26 15:14:35 +08:00
Cykesiopka
340f392e40 Bug 843363 - Remove unused variable 'rv' in nsDirectoryViewer.cpp. r=bz 2013-08-05 20:18:48 -04:00
Andrew McCreight
d8cbc18b1c Bug 901756 - Fix a few nits in nsCycleCollector.cpp r=khuey
Remove an unused forward declaration, and an unused field
2013-08-05 17:04:47 -07:00
Ryan VanderMeulen
8e33abb5a7 Merge m-c to inbound. 2013-08-05 20:00:43 -04:00
Ryan VanderMeulen
ddcf144ef6 Merge fx-team to m-c. 2013-08-05 19:52:46 -04:00
Ryan VanderMeulen
77c024c109 Merge b2g-inbound to m-c. 2013-08-05 19:52:11 -04:00