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

20680 Коммитов

Автор SHA1 Сообщение Дата
Philipp Kewisch 67f44b90c3 Fix bug 880511 - Web Console and Style Editor make hardcoded references to the browser window. r=dcamp 2013-08-01 10:51:24 +02:00
Geoff Lankow 1c02fcf0c2 Backed out changeset c482e61af458 (bug 888778) for busted test 2013-08-01 17:05:24 +12:00
Brendan Dahl 19c7a57aa2 Bug 844479 - Don't background the original window during print preview. r=Mossop 2013-07-17 15:01:43 -07:00
Ryan VanderMeulen 8ecf1cc22d Merge m-c to fx-team. 2013-08-05 20:02:16 -04:00
Dave Camp 22b077aab9 Bug 899786 - Return the string version of the baseURI in the style editor. r=harth 2013-07-23 15:50:26 -07:00
Dave Camp 11bc7e4dec Bug 899789 - Return the correct namespaceURI in the inspector actor. r=harth 2013-07-23 15:51:16 -07:00
Dave Camp 7053fe380b Bug 898899 - Allow node actors to be passed as actorids rather than full forms. r=jwalker 2013-07-23 15:48:20 -07:00
Mark Hammond 0ca51642ad Bug 897811 - remove browser.pageThumbs.enabled preference. r=gavin 2013-08-07 11:10:58 +10:00
Markus Stange 7896047658 Bug 893446 - Try to avoid moving the page contents when the find bar appears. r=dao 2013-07-16 11:57:20 +02:00
Ryan VanderMeulen 6086370ead Backed out changeset 986f7c642b9f (bug 886037) for mochitest-other failures. 2013-08-09 13:10:15 -04:00
Dave Camp d61a3b2c06 Bug 886037 - Add a styles actor for the style inspectors. r=jwalker 2013-07-23 15:51:58 -07:00
Dave Camp 78440b0ee4 Bug 897275 - Move css-logic.js to toolkit. r=jwalker, r=gps
--HG--
rename : browser/devtools/styleinspector/css-logic.js => toolkit/devtools/styleinspector/css-logic.js
2013-07-24 10:57:04 -07:00
Dave Camp 8971ab35e0 Bug 895982 - JS debugger: use of promises in server doesn't preserve request/reply ordering. r=jimb 2013-08-08 22:28:41 -07:00
Andres Hernandez e0737e699d Bug 852964 - Add prompts for the quit-application-requested, offline-requested, and last-pb-context-exiting notifications r=paolo 2013-08-08 22:40:53 -06:00
Justin Lebar 79a6e30cf4 Bug 893222 - Part 4: Tests. r=njn 2013-08-02 10:02:40 -07:00
David Rajchenbach-Teller cba68435bc Bug 900944 - OS.File LOG now actually logs. r=froydnj 2013-08-02 12:42:46 -04:00
Neil Deakin d58a9abd2e Bug 899571, DownloadIntegration testMode doesn't reset cached directory, r=paolo 2013-08-02 11:42:50 -04:00
Ryan VanderMeulen 506982a7d0 Merge m-c to inbound. 2013-08-01 20:25:21 -04:00
Marco Castelluccio 391654aa12 Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice 2013-08-01 17:00:39 -07:00
Marco Castelluccio 4fc541d1f8 Bug 777402 - Use app name + manifest url hash as unique name for apps but forbid multiple apps per origin and webapposutils refactoring. r=myk,fabrice 2013-08-01 17:00:22 -07:00
Ryan VanderMeulen c9990d038c Merge m-c to inbound. 2013-08-06 17:07:23 -04:00
Ryan VanderMeulen bcb99ed62f Merge m-c to inbound. 2013-08-06 14:24:39 -04:00
Tom Schuster 379d22f860 Bug 900675 - Move e10s webNavigation implementation in a jsm. r=felipe 2013-08-06 12:35:39 -04:00
Marco Bonardo 7925f93e7e Bug 894331 - temporarily skip test_nsINavHistoryViewer.js on Windows due to slow IO causing timeouts
r=myself
2013-08-06 14:06:26 +02:00
Marco Bonardo 333c791dd2 Bug 894331 - Use an automatic batching behavior in Places results.
Stop relying on manual batching and onBegin/OnEndUpdateBatch for batching in
Places results, instead count related changes and start batching when they
are over a given threshold.
r=Mano
2013-08-06 13:05:01 +02:00
Nicholas Nethercote 9624be5713 Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz.
--HG--
extra : rebase_source : 5b3d7cc339af6d93bde078322e25c6e740d1b617
2013-08-02 00:41:57 -07:00
Geoff Lankow a5e6d376cd Bug 888778 - Custom binding not applied to inline settings; r=Unfocused 2013-07-03 00:20:51 +12:00
Ryan VanderMeulen 23654aaefb Merge m-c to inbound. 2013-07-31 16:33:59 -04:00
Tim Taubert e730bbb4bf Bug 895185 - Rename Promise.every() to .all() to reduce confusion about our differing implementation; r=paolo 2013-07-31 10:58:44 -07:00
Mason Chang e7bd3f0dcc Bug 897744 - BreakpointStore should have a hasBreakpoint method; r=fitzgen 2013-07-30 19:34:10 -07:00
Nick Fitzgerald 2f124f7556 Backed out changeset 041986a971af because I forgot to add the "r=..." to the commit message 2013-07-31 10:12:57 -07:00
Mason Chang 6d28a4bf0b Bug 897744 - BreakpointStore should have a hasBreakpoint method 2013-07-30 19:34:10 -07:00
Marco Castelluccio 299ef243e4 Bug 898588 - Enable HiDPI app chrome for Desktop Web Runtime. r=jfkthame 2013-07-31 14:03:04 -03:00
Alexandre Poirot 1b08c632e7 Bug 898000 - Add getIconAsDataURL in webapps actor. r=paul.rouget 2013-07-31 09:16:45 -04:00
Ed Morley 027842b84f Merge latest green fx-team changeset and mozilla-central 2013-07-31 13:02:44 +01:00
Nick Fitzgerald 79e6109df6 Bug 895543 - part 1: cache SourceClient instances; r=robcee 2013-07-30 20:36:12 -07:00
Mike Hommey 622c6ed12a Bug 886216 - Add missing breakpad patches. r=ted
--HG--
rename : toolkit/crashreporter/breakpad-patches/12-sht-arm-exidx-define.patch => toolkit/crashreporter/breakpad-patches/16-sht-arm-exidx-define.patch
2013-07-31 14:03:21 +09:00
Jake Bailey e9069b15ab Bug 887027 - Implement a tracing profiler actor; r=past,robcee 2013-07-30 19:09:29 -07:00
Mark Hammond 08fbf95b1f Bug 899436 - OS.File lastModificationDate is erroneously returning lastAccessDate on Windows. r=yoric
--HG--
extra : rebase_source : 24dbad71e167374820fb79be32d018b7a4d90c19
2013-07-31 12:02:26 +10:00
Ryan VanderMeulen 70fbb1997c Backed out changesets 77fcbb01366c (bug 899792) and e7d81c2597f2 (bug 899241) for OSX bustage.
CLOSED TREE
2013-07-30 21:46:07 -04:00
Makoto Kato f532a2aabc Bug 899009 - TestDllInterceptor.exe crashes after hooking NtWriteFile on Windows 8 + MSVS2012. r=ehsan 2013-07-31 10:23:32 +09:00
Gregory Szorc e0fc597437 Bug 899792 - Establish precompile tier and move IPDL and WebIDL build rules; r=glandium
A new build tier is introduced: precompile. The intention is to replace
the export subtier with something better and nonrecursive. IPDL and
WebIDL code generation have been moved into this new tier and are
performed concurrently. This appears to reduce build times due to fewer
"single threaded" build actions.

The subtier tracking UI has been updated to reflect operations that can
occur in parallel. As subtiers are started, they turn yellow. They can
then complete in any order.

Nonrecursive targets have been added to preserve the IPDL and WebIDL
build targets such that developers can type |make| from leaf directories
like they have always done.
2013-07-30 17:00:24 -07:00
Ryan VanderMeulen fd758076bd Merge m-c to inbound. 2013-07-30 18:08:18 -04:00
Ryan VanderMeulen e109a696f7 Merge m-c to birch. 2013-07-30 15:43:05 -04:00
Michael Wu 4cde3b930c Bug 898898 - Add support for building on gonk-JB MR2, r=glandium 2013-07-30 13:36:54 -04:00
Ryan VanderMeulen 55f1829235 Merge m-c to fx-team. 2013-07-30 13:12:26 -04:00
Steven MacLeod 8e580353e4 Bug 897396 - Add telemetry to Session Store for restoring a window; r=ttaubert 2013-07-30 09:38:49 -07:00
Ryan VanderMeulen 09b200b169 Merge m-c to inbound on a CLOSED TREE. 2013-07-30 09:23:28 -04:00
Stephen Pohl b240abca27 Bug 891136: Set pointer-events:auto CSS rule for overlay scrollbars to help make them work on sites such as Google Docs. r=roc 2013-07-29 20:23:31 -04:00
Bobby Holley 98a0425f0f Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
This was done with perl/grep.
2013-07-29 16:45:27 -07:00
Nick Fitzgerald e910a3f81b Bug 899215 - test_breakpointstore.js isn't testing anything; r=jimb 2013-07-29 15:52:35 -07:00
Ryan VanderMeulen 2c49080aca Merge m-c to inbound. 2013-07-29 18:42:45 -04:00
Ryan VanderMeulen 317973ba36 Merge m-c to fx-team. 2013-07-29 16:08:41 -04:00
Mihnea Dobrescu-Balaur f76a4b028f Bug 889182 - mozapps/extensions xpcshell tests cannot be run concurrently. r=Unfocused 2013-07-24 22:35:43 -07:00
Shane Caraveo d99d7f422a bug 896314 fix permission icon when swapping social providers, r=felipe 2013-07-29 09:35:41 -07:00
Marco Castelluccio c40bbaf264 Bug 893297 - Icon problem when installing an app from within another app (yo dawg). r=Mossop
--HG--
rename : browser/themes/linux/webapps-16.png => toolkit/themes/linux/global/icons/webapps-16.png
rename : browser/themes/linux/webapps-64.png => toolkit/themes/linux/global/icons/webapps-64.png
rename : browser/themes/osx/webapps-16.png => toolkit/themes/osx/global/icons/webapps-16.png
rename : browser/themes/osx/webapps-16@2x.png => toolkit/themes/osx/global/icons/webapps-16@2x.png
rename : browser/themes/osx/webapps-64.png => toolkit/themes/osx/global/icons/webapps-64.png
rename : browser/themes/windows/webapps-16.png => toolkit/themes/windows/global/icons/webapps-16.png
rename : browser/themes/windows/webapps-64.png => toolkit/themes/windows/global/icons/webapps-64.png
2013-07-29 12:17:57 -04:00
Christos Stathis cfa65b00cd Bug 686937 - Include JSTerm helpers in autocompletion suggestions; r=past 2013-07-27 11:44:00 +03:00
Ed Morley 40350f10a6 Merge mozilla-central and inbound 2013-07-29 15:42:41 +01:00
Jon Coppeard 20fb51afdd Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01:00
Ryan VanderMeulen e08d00789d Merge inbound to m-c. 2013-07-27 21:52:40 -04:00
Ryan VanderMeulen 2572529eed Merge fx-team to m-c. 2013-07-27 21:51:16 -04:00
Matt Brubeck 13f48c66d9 Bug 897674 - Don't use STL wrappers when building maintenance service [r=gps] 2013-07-27 11:07:10 -07:00
Nick Fitzgerald f992bb5422 Bug 892605 - part 2: add 'dbg blackbox' and 'dbg unblackbox' gcli commands; r=vporof 2013-07-27 10:50:57 -07:00
Nick Fitzgerald 75336e013a Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof 2013-07-27 10:49:45 -07:00
Ryan VanderMeulen 15d0439042 Merge m-c to inbound. 2013-07-27 13:31:57 -04:00
Dão Gottwald 7565581ba1 Backed out fe1213d6035d (bug 887868) because it seems to have caused bug 898713. CLOSED TREE 2013-07-27 15:47:36 +02:00
Olli Pettay ae46376c2e Bug 897433 - Telemetry for SnowWhite and more async SnowWhite freeing (patch v4), r=mccr8 2013-07-27 13:48:45 +03:00
Nick Fitzgerald cb23d833b6 Bug 897777 - fix source mapped source resolution when there is no source root; r=jimb 2013-07-26 22:27:15 -07:00
Ryan VanderMeulen f88c97989f Merge m-c to fx-team. 2013-07-26 22:27:22 -04:00
Felipe Gomes 0d1e1360f0 Bug 898170 - nsIWebProgress.isToplevel should be true when not notifying listeners (r=billm) 2013-07-26 14:26:43 -07:00
Bill McCloskey d4c900a2cb Bug 898170 - Don't remove listeners after their message manager is gone (r=felipe) 2013-07-26 14:26:40 -07:00
Bill McCloskey 4025d825a0 Bug 898170 - contentTitle should default to empty string (r=felipe) 2013-07-26 14:26:35 -07:00
Dave Camp ae33d6eb16 Bug 896274 - Allow an object's form to be an actor id. r=jimb 2013-07-21 11:02:30 -07:00
Dave Camp 7ab68a8797 Bug 896270 - Replace optional arguments with nullable types in protocol.js, part 2. r=jimb 2013-07-21 10:38:40 -07:00
Dave Camp 0a7e2b6277 Bug 896270 - Replace optional arguments with nullable types in protocol.js, part 1. r=jimb 2013-07-21 10:15:59 -07:00
Ryan VanderMeulen 16e51d02d7 Merge m-c to fx-team. 2013-07-26 10:49:26 -04:00
Paolo Amadini eb597b3e07 Bug 836437 - Part 1 of 3 - Unify DownloadLegacy tests in preparation for resuming support. r=enn
--HG--
rename : toolkit/components/jsdownloads/test/unit/test_DownloadCore.js => toolkit/components/jsdownloads/test/unit/common_test_Download.js
2013-07-26 15:30:40 +02:00
Paolo Amadini 38e7ec52c3 Bug 851454 - Define the format of "downloads.json" and of the parameters of createDownload. r=enn 2013-07-26 15:30:35 +02:00
Ryan VanderMeulen 11373a6362 Merge birch to m-c. 2013-07-25 21:56:14 -04:00
Ed Morley 53342d7ae2 Merge mozilla-central and birch 2013-07-25 17:05:50 +01:00
Ed Morley 768786d2fe Merge latest green fx-team changeset and mozilla-central 2013-07-25 16:51:21 +01:00
Gijs Kruitbosch de8617ccef Backed out changeset 0593679c47a9 (bug 894099) because it causes bug 897901. DONTBUILD 2013-07-25 11:46:25 +02:00
Gijs Kruitbosch e7d2f3e7ec Bug 894099 - Use WindowDraggingUtils.jsm for dragging the window on XP because the hit test is slow, r=jimm,felipe,dao 2013-07-22 23:08:09 -07:00
Wes Kocher 528ae6bcd0 Merge m-c to fx-team 2013-07-24 20:09:12 -07:00
Wes Kocher e1ec7bf56f Backout 4ededc9b11f (bug 897433) for intermittent dromeao crashes 2013-07-24 19:45:31 -07:00
Nick Fitzgerald b8c8b5a4b2 Bug 860035 - script actors should handle breakpoints with columns; r=jimb 2013-07-24 17:46:49 -07:00
Matthew Noorenberghe c5396f4401 Bug 583578 - Auto-fill password fields even if the username field is disabled or read-only. r=dolske 2013-07-24 16:57:46 -07:00
Matthew Noorenberghe c3deaa87e3 Bug 896316 - Part 2 - Cleanup nsFormFillController::Focus to not treat password fields specially. r=dolske 2013-07-24 16:57:46 -07:00
Matthew Noorenberghe 268029a69d Bug 896316 - Part 1 - Don't start controlling a read-only input even if it's marked as a login manager field. r=dolske 2013-07-24 16:57:45 -07:00
Ryan VanderMeulen 2cd9d5dae5 Merge m-c to inbound. 2013-07-24 18:27:51 -04:00
Ryan VanderMeulen 6cc28e31e6 Merge m-c to inbound. 2013-07-24 18:22:45 -04:00
Ryan VanderMeulen f0022c3922 Merge m-c to birch. 2013-07-24 18:22:06 -04:00
Olli Pettay 3ab7146f5d Bug 897433, Telemetry for SnowWhite and more async SnowWhite freeing, r=mccr8
--HG--
extra : rebase_source : 8dc76b113da44372fe3e558a588a8fc70d2cfaab
2013-07-24 22:34:51 +03:00
Steven MacLeod d9fa136acb Bug 887868 - Remove migration from old Search Service DB. r=gavin 2013-07-24 17:48:30 -04:00
Alexandre Poirot 5a3d2d1f5a Bug 817580 - Pref off new webapps actor features until we secure remote debugger connection. r=paul.rouget 2013-07-24 11:29:04 -04:00
Alexandre Poirot e967ab7776 Bug 817580 - Expose tab actors for apps in child processes. r=jimb 2013-07-24 11:28:32 -04:00
Jim Blandy 78a50865f3 Bug 878958 - Support connections with prefixed actor names and prefix-based forwarding. r=dcamp 2013-07-24 11:27:26 -04:00
Ms2ger 3c48262d76 Merge m-c to inbound. 2013-07-24 11:53:22 +02:00
Ms2ger 10d5739f7a Bug 888643 - Part b: Move CPP_UNIT_TESTS definitions into moz.build files; r=gps 2013-07-24 09:23:06 +02:00
Mike de Boer d3a98caab4 Bug 890690 - Add postDataString property to nsISearchSubmission. r=gavin
--HG--
extra : transplant_source : %F8%86%BD%9A%0Bt%95%F8%DC%E5%FA%BD%C8%3BP%87%A1%CB/%95
2013-07-19 19:56:38 +02:00
Ryan VanderMeulen 221f68e05b Merge m-c to inbound. 2013-07-26 12:09:20 -04:00
Masayuki Nakano da31a81690 Bug 501496 part.11 <browser> should not handle keydown event when escape key is pressed during auto scroll r=enndeakin 2013-07-25 15:09:29 +09:00
Masayuki Nakano ab8eca4513 Bug 501496 part.9 EventUtils and some tests shouldn't synthesize keypress event if precede keydown event is consumed r=smaug 2013-07-25 15:09:29 +09:00
Mike de Boer af3f83a4d2 Bug 892499 - Use background-color instead of box-shadow to prevent drawing glitches. r=dao 2013-07-23 13:55:00 +02:00
Ryan VanderMeulen 5079ebb23d Merge m-c to inbound. 2013-07-30 15:41:57 -04:00
Ehsan Akhgari de0430765a Bug 895322 - Part 2: Stop generating MOZ_STATIC_ASSERT in the telemetry code; r=Waldo
--HG--
extra : rebase_source : 5fae47388a94b4429eb4ed217b92ed919b58d2d8
2013-07-18 14:32:52 -04:00
Ehsan Akhgari 2824b29025 Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
This patch was mostly generated by running the following scripts on the codebase, with some
manual changes made afterwards:

# static_assert.sh
#!/bin/bash
# Command to convert an NSPR integer type to the equivalent standard integer type

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name nsXPCOMCID.h \
       ! -name prtypes.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.cc" \
         -o -iname "*.mm" \) | \
    xargs -n 1 `dirname $0`/assert_replacer.py #sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_STATIC_ASSERT static_assert
hg rev --no-backup mfbt/Assertions.h \
                   media/webrtc/signaling/src/sipcc/core/includes/ccapi.h \
                   modules/libmar/src/mar_private.h \
                   modules/libmar/src/mar.h


# assert_replacer.py
#!/usr/bin/python

import sys
import re

pattern = re.compile(r"\bMOZ_STATIC_ASSERT\b")

def replaceInPlace(fname):
  print fname
  f = open(fname, "rw+")
  lines = f.readlines()
  for i in range(0, len(lines)):
    while True:
      index = re.search(pattern, lines[i])
      if index != None:
        index = index.start()
        lines[i] = lines[i][0:index] + "static_assert" + lines[i][index+len("MOZ_STATIC_ASSERT"):]
        for j in range(i + 1, len(lines)):
          if lines[j].find("                 ", index) == index:
            lines[j] = lines[j][0:index] + lines[j][index+4:]
          else:
            break
      else:
        break
  f.seek(0, 0)
  f.truncate()
  f.write("".join(lines))
  f.close()

argc = len(sys.argv)
for i in range(1, argc):
  replaceInPlace(sys.argv[i])

--HG--
extra : rebase_source : 4b4a4047d82f2c205b9fad8d56dfc3f1afc0b045
2013-07-18 13:59:53 -04:00
Patrick Cloke 94845105be Bug 894367 - Handle null postData properly in Http.jsm: regression tests, r=Mossop. 2013-07-25 21:38:43 -04:00
Patrick Cloke 64c2e0ae05 Bug 894367 - Handle null postData properly in Http.jsm, r=Mossop. 2013-07-25 21:36:19 -04:00
Ryan VanderMeulen 8670499913 Merge m-c to inbound. 2013-07-25 21:59:02 -04:00
Stephen Pohl ad84285dd7 Bug 896443: Fix the z-ordering of overlay scrollbars to make them appear on top of content with z-index > 0. r=roc 2013-07-25 21:31:35 -04:00
Ryan VanderMeulen 496513c7cd Backed out changeset 300f5b7d72e1 (bug 897433) for intermittent Linux dromaeo crashes. 2013-07-25 21:18:20 -04:00
Daniel Holbert c0de3a4a2b Bug 891993: Mark toolkit/components/downloads/ as FAIL_ON_WARNINGS (re-landing after backout). r=mak 2013-07-10 16:20:57 -07:00
Olli Pettay e05c81b4a4 Bug 897433, Telemetry for SnowWhite and more async SnowWhite freeing, r=mccr8
--HG--
extra : rebase_source : 487139a95f50e69d6273c2870ed6623f175544e7
2013-07-25 22:56:20 +03:00
Shih-Chiang Chien 99d33b5708 Bug 891009 - Remove the selected patch after unrecoverable error. r=rstrong 2013-07-11 19:11:58 +08:00
Tom Schuster 2a7f05152e Bug 691610 - e10s support for useDefaultIcon. r=felipe sr=smaug 2013-07-29 11:03:41 -04:00
Adrian Lungu 8bac10e69e Bug 887984 - Send telemetry data from NTLM Init() methods. r=honzab 2013-07-25 09:54:11 -07:00
Justin Lebar 81025e5ec7 Bug 898558 - Rework the jemalloc heap memory reporters. r=njn
Now we have the following hierarchy

  explicit/
    heap-overhead/
      bookkeeping
      waste
      page-cache (previosuly known as dirty)

In addition, heap-committed-unused-ratio is now known as heap-overhead-ratio.

--HG--
extra : rebase_source : 8d2ca75904dfb3c0dfd1ba9a132f828436b734c6
2013-07-29 09:10:53 -07:00
Trevor Saunders 108b7dd046 backout bug 886526 because it probably made us use a lot more memory to link on windows 2013-07-29 11:03:21 -04:00
Tatiana Meshkova 71a7a97a31 Bug 896729 - Attempt to re-register network link service crashes nsComponentManager. r=bsmedberg 2013-07-26 01:36:55 -07:00
Jon Coppeard fb6671743e Bug 900986 - Convert JS_*Element API to use MutableHandleValue for out params r=terrence r=bholley r=smaug 2013-08-05 14:02:47 +01:00
Carsten "Tomcat" Book 72350922ef Merge mozilla-central to mozilla-inbound 2013-08-05 11:59:14 +02:00
Mark Banner bcbb560ea9 Bug 901198 Ensure safe browsing is enabled when running test_app_rep.js so that testing applications that don't enable it will pass as well. r=paolo 2013-08-05 10:16:30 +01:00
Ryan VanderMeulen 698171652a Merge m-c to fx-team. 2013-07-30 21:32:21 -04:00
Ryan VanderMeulen da20e29c09 Merge m-c to fx-team. 2013-07-30 18:09:05 -04:00
Felipe Gomes 5241ff124a Bug 852482 - Add methods to execute actions on completed downloads. r=paolo 2013-07-30 15:59:16 -03:00
Makoto Kato 10a698226f Bug 899026 - some API hooks don't work on Windows 8 x64. r=ehsan 2013-08-05 11:13:53 +09:00
Asaf Romano f089a143e9 Bug 895839 - Remove support for binary annotations. r=mak. sr=gavin. 2013-08-03 14:06:47 +03:00
Ryan VanderMeulen 42e1522c37 Merge m-c to inbound on a CLOSED TREE. 2013-08-02 19:54:26 -04:00
Sean Stangl f4bef5d942 Bug 891541 - Part 2/2 - Add VTune license to the license file. r=gerv 2013-07-30 15:29:06 -07:00
David Zbarsky 7e67aa6146 Bug 901060 - Make nsGenericHTMLElement implement nsIDOMHTMLElement r=bz 2013-08-07 16:23:08 -04:00
Ryan VanderMeulen fb600bf758 Bug 901963 - Fix crash in mozilla::plugins::PluginInstanceChild::SetWindowLongPtrWHook on Win64. r=ehsan 2013-08-07 15:32:28 -04:00
Daniel Holbert d883d668ce backing out 4df2e13d4157 (bug 891993), to prevent build bustage from warnings in a 3rd-party .h file that'll be landing in Bug 837199. 2013-07-25 11:32:21 -07:00
Ryan VanderMeulen b006c9d0a4 Backed out changeset 21f094a18c5c (bug 837199) for Werror bustage.
CLOSED TREE
2013-07-25 13:50:50 -04:00
Monica Chew 3604aed215 Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop) 2013-07-25 09:08:03 -07:00
Ed Morley dc55b1f803 Backed out changeset 0b3f53c36016 (bug 890690) for failures in browser_contextSearchTabPosition.js on a CLOSED TREE 2013-07-25 17:41:08 +01:00
Justin Dolske 51460d4119 Bug 897052 - Null check acForm to avoid JS exceptions; r=MattN 2013-07-23 19:48:00 +01:00
Ed Morley 47642789fa Merge mozilla-central and inbound 2013-07-25 17:05:47 +01:00
Mike de Boer 16b1b7ea56 Bug 890690 - Add postDataString property to nsISearchSubmission. r=gavin 2013-07-19 19:56:38 +02:00
David Rajchenbach-Teller b505bca21b Bug 898034 - Fix module.exports. r=gozala 2013-07-26 11:59:53 -04:00
Stephen Pohl 395f113100 Bug 896443: Followup for Windows: Fix the z-ordering of overlay scrollbars to make them appear on top of content with z-index > 0. r=roc 2013-07-26 11:46:19 -04:00
Monica Chew 5a474cd13e Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop) 2013-07-25 21:25:43 -07:00
Benjamin Smedberg 48a892ea8e Bug 888510 - In-content theming fixup for the new plugin click-to-activate. Remove the "lightweight" transparent click-to-play theming and make the normal styling plain grey. Switch from a CSS gradient to an image gradient because of performance issues. Highlight the "check for updates" button for outdated plugins. Icons by shorlander and lco, ui-review=lco r=jaws
--HG--
rename : toolkit/themes/osx/mozapps/plugins/contentPluginCrashed.png => toolkit/themes/shared/plugins/contentPluginCrashed.png
rename : toolkit/themes/osx/mozapps/plugins/contentPluginDownload.png => toolkit/themes/shared/plugins/contentPluginDownload.png
rename : toolkit/themes/osx/mozapps/plugins/contentPluginMissing.png => toolkit/themes/shared/plugins/contentPluginMissing.png
rename : toolkit/themes/windows/mozapps/plugins/pluginProblem.css => toolkit/themes/shared/plugins/pluginProblem.css
2013-07-26 09:30:27 -04:00
Carsten "Tomcat" Book ce93df92db Backed out changeset ae8d72538dee (bug 897484) for b2g bustage 2013-07-26 12:34:25 +02:00
Jon Coppeard 9709d43d76 Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01:00
Christian Holler 02dad2cff6 Bug 899504 - Disable about:memory vsize test under ASan. r=ted
--HG--
extra : rebase_source : be8f7dad036016dac89f4d3b78f7ff1e3c79d0a9
2013-07-30 16:01:46 +02:00
Ehsan Akhgari 8a2e6c774e Bug 872127 - Part 3: Remove MSStdInt.h; r=Waldo 2013-07-30 10:25:42 -04:00
Ehsan Akhgari ef4b479714 Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
Joshua Cranmer b82a7849fb Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar
--HG--
extra : rebase_source : ce24ab345baa48104328e3c101b7266a31e81870
2013-07-11 15:21:45 -05:00
Joshua Cranmer bfdf0f3db6 Bug 884061 - Part 3v: Use NS_DECL_THREADSAFE_ISUPPORTS in toolkit/, r=Mossop
--HG--
extra : rebase_source : ad2b2f20219b42b192c313b6fa9da3383f904805
2013-07-18 21:24:15 -05:00