Граф коммитов

386352 Коммитов

Автор SHA1 Сообщение Дата
Masayuki Nakano 19d03b41aa Bug 960871 part.5 Copy mRanges and related methods from WidgetTextEvent to WidgetCompositionEvent r=smaug 2014-10-07 19:01:47 +09:00
Masayuki Nakano 09a5b86212 Bug 960871 part.4 Rename NS_TEXT_TEXT to NS_COMPOSITION_CHANGE and fix comments which mention text events r=smaug 2014-10-07 19:01:47 +09:00
Masayuki Nakano c3e6df2ad3 Bug 960871 part.3 Remove WidgetTextEvent::isChar since it's always false on all platforms r=smaug 2014-10-07 19:01:47 +09:00
Masayuki Nakano aafe327f6d Bug 960871 part.2 Rename WidgetCompositionEvent::data to WidgetCompositionEvent::mData r=smaug 2014-10-07 19:01:46 +09:00
Masayuki Nakano ea79d5919e Bug 960871 part.1 Rename WidgetTextEvent::theText to WidgetTextEvent::mData r=smaug 2014-10-07 19:01:46 +09:00
Tom Schuster 156c81f370 Bug 1071177 - Test 2014-10-07 11:29:03 +02:00
Tom Schuster 0bf1b2a134 Bug 1071177 - Add support for symbols as a value type. r=billm 2014-10-07 11:29:03 +02:00
Tom Schuster 07191c41f8 Bug 1071177 - Add support for well-known and registered symbols as CPOW jsids. r=billm,jorendorff 2014-10-07 11:29:03 +02:00
Tom Schuster eec11c26a0 Bug 1071177 - Introduce JSIDVariant type for CPOWs. r=billm 2014-10-07 11:29:02 +02:00
Patrick Wang (Chih-Kai Wang) 90d0d29b1f Bug 951677 - Part 2: test case. r=honzab 2014-10-07 17:25:54 +08:00
Patrick Wang (Chih-Kai Wang) 09aed1e55d Bug 951677 - Part 1: Add Bind function to SocketTransport. r=honzab 2014-10-07 17:24:57 +08:00
Nicolas Silva f16d501785 Bug 1016540 - GrallocTextureSource::DeallocateDeviceData must assert that it has a compositor, rather than a gl context. r=sotaro 2014-10-07 10:45:04 +02:00
Andrei Eftimie 23deb5d7c0 Bug 1056037 - Bump manifestparser version to 0.7. r=hskupin 2014-10-07 10:41:59 +02:00
Eitan Isaacson 1b908f5252 Bug 981363 - Don't automove when the DOCUMENT_LOAD_COMPLETE is emitted for the actual document. r=yzenevich 2014-10-03 17:27:00 +02:00
James Long f6f2410dba Bug 1056409 - move the sourceMapURL property from Debugger.Script to Debugger.Source. r=jorendorff 2014-10-06 11:42:00 +02:00
Brian Smith 655ade7a8b Bug 1077926: Make test certificate generation faster by reusing key, r=keeler
--HG--
extra : rebase_source : 360fe925397688c1d0a2386c4974def6b571f0d4
2014-10-05 00:29:43 -07:00
Brian Smith 1fc729071e Bug 1077887: Work around old GCC "enum class" bug, r=mmc
--HG--
extra : rebase_source : ce707672dfc0587760c09701fd6adbe26c874916
2014-10-04 18:45:31 -07:00
Brian Smith 9e344e0256 Bug 1077859: Make ENCODING_FAILED safe to use in static initializers, r=mmc
--HG--
extra : rebase_source : 78e1410ab6c94bd6b20a78208a2421db338aed94
2014-10-03 15:52:38 -07:00
Wes Kocher aec31f5f75 Merge m-c to inbound a=merge CLOSED TREE 2014-10-06 20:59:17 -07:00
Wes Kocher 745dcf1bff Merge fx-team to m-c a=merge CLOSED TREE 2014-10-06 19:29:41 -07:00
Wes Kocher 03d235fb07 Backed out changeset 645d5e930e23 (bug 1067305) for inadvertently disabling all media tests on some platforms CLOSED TREE 2014-10-06 19:11:39 -07:00
Wes Kocher 445e1466e9 Backed out 5 changesets (bug 806819) for WinXP test failures on a CLOSED TREE
Backed out changeset 009ae35b0c67 (bug 806819)
Backed out changeset 5a57f87f5061 (bug 806819)
Backed out changeset f06cd735b5b3 (bug 806819)
Backed out changeset e25a2a8d4af4 (bug 806819)
Backed out changeset 70a167982c3f (bug 806819)
2014-10-06 16:32:50 -07:00
Andrew McCreight 9d6136ff7b Bug 1073597, part 3 - Lazify creation of the CPOW manager in CpowIdHolder. r=billm 2014-10-06 15:45:42 -07:00
Andrew McCreight 6ca7943f17 Bug 1073597, part 2 - Factor out common base class for GetCPOWManager. r=smaug 2014-10-06 15:45:42 -07:00
Andrew McCreight 2c600e06ee Bug 1073597, part 1 - Don't get a CPOW manager to wrap unless there are CPOWs. r=smaug 2014-10-06 15:45:42 -07:00
Sotaro Ikeda bae6e432e4 Bug 1067455 - Reduce Fence::merge() call on compositor thread r=nical 2014-10-06 15:45:03 -07:00
Mike Hommey 464da0f9c2 Bug 1077384 - Make libmozglue a pseudo-LD_PRELOAD on android. r=nfroyd
In order to avoid adding more dlsym overhead than there already is, resolve
symbols directly in the library containing the linker. (GetSymbolPtr is
essentially free ; dlsym makes the system linker compule a ElfHash itself,
and that's quite expensive to do on all symbols)

This also paves the way for direct symbol resolution in all system libraries.
2014-10-07 07:42:18 +09:00
Mike Hommey 417a2977b3 Bug 1076649 - Remove the '+' prefixing from mach commands with allow_all_arguments=True. r=gps
The reason to use '+' prefixing was to distinguish between options to the
mach command itself, and options that are passed down to whatever the
command does (like mach run passing down args to the built application).
That makes things unnecessarily awkward, and quite non-standard.

Instead, use standard '-' prefixing, and pass all the unknown arguments
down. If there is overlap between the known arguments and arguments supported
by the underlying tool (like -remote when using mach run), it is possible to
use '--' to mark all following arguments as being targetted at the underlying
tool.

For instance:
    mach run -- -remote something
would run
    firefox -remote something
while
    mach run -remote something
would run
    firefox something

As allow_all_arguments is redundant with the presence of a argparse.REMAINDER
CommandArgument, allow_all_arguments is removed. The only mach command with a
argparse.REMAINDER CommandArgument without allow_all_arguments was "mach dmd",
and it did so because it didn't want to use '+' prefixes.
2014-10-07 07:36:27 +09:00
Ryan VanderMeulen 6626c53c1a Merge m-c to fx-team. a=merge 2014-10-06 17:40:55 -04:00
Adam Roach [:abr] 0e53fbc62d Backed out changeset b56f9bccea92 (bug 1017257) 2014-10-06 16:36:49 -05:00
Ryan VanderMeulen c0ad8b6eb4 Merge inbound to m-c. a=merge 2014-10-06 17:05:56 -04:00
Ryan VanderMeulen da98617c0c Backed out changeset f4953072c20f (bug 1068412) for mochitest-e10s crashes. 2014-10-06 17:00:27 -04:00
Dave Townsend dc512d32ce Bug 1078665: Ignore exceptions thrown out of getBrowserForDocument. r=zombie 2014-10-06 13:56:58 -07:00
ZER0 015b238d7a Bug 1078378 - Replace the array instance used by `emitSync` with one from the content's sandbox. r=Mossop 2014-10-06 13:56:18 -07:00
Ryan VanderMeulen a04d69a0e3 Merge b2g-inbound to m-c. a=merge 2014-10-06 16:45:26 -04:00
Adam Roach [:abr] f1a8c1f87f Bug 1017257 - Attach Loop CSP Policy r=sstamm 2014-10-06 15:25:04 -05:00
Dave Townsend 5ed12c768e Bug 1068412: Forward dynamically registered resource URI mappings to content processes. r=billm 2014-10-06 12:42:12 -07:00
Ryan VanderMeulen 4324a5dfea Backed out changesets 4fee6e1f1ad2 and f5db0dae1434 (bug 1075644) for Android 2.3 robocop failures.
CLOSED TREE
2014-10-06 15:47:30 -04:00
Nick Alexander 6e7b635c34 Bug 1077381 - Follow-up: Try to fix Windows bustage. r=me
a=bustage on a CLOSED TREE

--HG--
extra : amend_source : c39a128f271f44e263d77f342665594ba161f933
2014-10-06 12:38:12 -07:00
B2G Bumper Bot 995826d654 Bumping manifests a=b2g-bump 2014-10-06 11:41:53 -07:00
B2G Bumper Bot 76e976007d Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1e5360b21cca
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #24843 from gaye/backout-reland-amd

Bug 1027707 - Proper backout of reland amd

========

https://hg.mozilla.org/integration/gaia-central/rev/2a500d2bac86
Author: gaye <gaye@mozilla.com>
Desc: Revert "Merge pull request #24733 from gaye/reland-amd"

This reverts commit 56d949e8d1c66abb5ee2a0188eac6c0974417212, reversing
changes made to d418d3d86a3e6471c902d39966df02d04d77c158.

========

https://hg.mozilla.org/integration/gaia-central/rev/fbc6c55389b7
Author: gaye <gaye@mozilla.com>
Desc: Revert "Revert "Bug 1027707 followup to fix notifications launching calendar" for causing Bug 1078244"

This reverts commit c3800a31b86648e10fc9ee4dac9673856df1a1f2.
2014-10-06 11:35:47 -07:00
B2G Bumper Bot 07089f1ba9 Bumping manifests a=b2g-bump 2014-10-06 10:41:54 -07:00
B2G Bumper Bot 34b41a6146 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/93eeaccba494
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #24768 from mcav/clock-alarm-logging

Bug 1052245 - Add debugging for Clock alarms. r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/a4d132dce643
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1052245 - Add debugging for Clock alarms.

========

https://hg.mozilla.org/integration/gaia-central/rev/706027ecea00
Author: Salvador de la Puente González <neo.salvador@gmail.com>
Desc: Merge pull request #24461 from lodr/bug-1026384-send-mms-to-email

Bug 1026384 - [MMS]Display switching of SMS/MMS composition screen
r=:steveck

========

https://hg.mozilla.org/integration/gaia-central/rev/38f03594eda5
Author: Salvador de la Puente <salva@unoyunodiez.com>
Desc: Bug 1026384 - [MMS]Display switching of SMS/MMS composition screen
2014-10-06 10:35:46 -07:00
B2G Bumper Bot 473b12ae64 Bumping manifests a=b2g-bump 2014-10-06 10:11:55 -07:00
B2G Bumper Bot 6d16ca4a99 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b16291874ccd
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #24812 from etiennesegonzac/bug-1075290

Bug 1075290 - Prevent a race condition between turnScreenOff and turnScreenOn r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/382d4def9bef
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1075290 - Prevent a race condition between turnScreenOff and turnScreenOn
2014-10-06 10:05:48 -07:00
B2G Bumper Bot 1055ccb547 Bumping manifests a=b2g-bump 2014-10-06 09:56:54 -07:00
B2G Bumper Bot c303a576af Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e9d93e2a0db1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24779 from KevinGrandon/bug_1064595_shb_lockscreen_appearance

Bug 1077579 - [SoftwareHome] Add integration tests lockscreen appearance, coverage for bug 1064595

========

https://hg.mozilla.org/integration/gaia-central/rev/1d9cb7953d3f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1077579 - [SoftwareHome] Add integration tests lockscreen appearance, coverage for bug 1064595 r=eli

========

https://hg.mozilla.org/integration/gaia-central/rev/47296551c878
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24777 from KevinGrandon/bug_1077579_shb_generic_dialog_covers_1072231

Bug 1077579 - [SoftwareHome] Add integration tests for modal dialog alerts, coverage for bug 1072231

========

https://hg.mozilla.org/integration/gaia-central/rev/5909f970a978
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1077579 - [SoftwareHome] Add integration tests for modal dialog alerts, coverage for bug 1072231 r=eli

========

https://hg.mozilla.org/integration/gaia-central/rev/6bff6d446e38
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24775 from KevinGrandon/bug_1077579_install_app_cover_bug_1048593

Bug 1077579 - [SoftwareHome] Add integration tests for app install dialog, coverage for bug 1048593

========

https://hg.mozilla.org/integration/gaia-central/rev/e51ae56a81a4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1077579 - [SoftwareHome] Add integration tests for app install dialog, coverage for bug 1048593 r=eli
2014-10-06 09:50:47 -07:00
Jon Coppeard 5df3d963a1 Bug 650161 - Fix compacting GC build errors following JSObject changes. r=terrence
CLOSED TREE
2014-10-06 17:49:45 +01:00
Ryan VanderMeulen a0e1003061 Backed out changeset 6d73cc06f9fe (bug 650161) for SM(ggc) timeouts.
CLOSED TREE
2014-10-06 16:03:38 -04:00
Jonathan Griffin 227929fb1e Bug 1078385 - Bump mozdevice to 0.41, r=jgraham 2014-10-06 10:31:31 -07:00