Skip to content

Commit

Permalink
Merge mozilla-central to fx-team on a CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
BavarianTomcat committed Apr 23, 2015
2 parents 7f68adc + bab9dbe commit 77282f2
Show file tree
Hide file tree
Showing 155 changed files with 5,427 additions and 77,446 deletions.
1 change: 0 additions & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -3017,7 +3017,6 @@ then
esac
LDFLAGS="${_PTHREAD_LDFLAGS} ${LDFLAGS}"
AC_SUBST(MOZ_USE_PTHREADS)
MOZ_CHECK_HEADERS(pthread.h)
fi


Expand Down
12 changes: 0 additions & 12 deletions dom/bindings/Bindings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,6 @@ DOMInterfaces = {
'concrete': False
},

'ChromeUtils': {
# The codegen is dumb, and doesn't understand that this interface is only a
# collection of static methods, so we have this `concrete: False` hack.
'concrete': False,
'nativeType': 'mozilla::devtools::ChromeUtils',
'implicitJSContext': ['readHeapSnapshot', 'saveHeapSnapshot']
},

'ChromeWindow': {
'concrete': False,
},
Expand Down Expand Up @@ -501,10 +493,6 @@ DOMInterfaces = {
'headerFile': 'nsGeolocation.h'
},

'HeapSnapshot': {
'nativeType': 'mozilla::devtools::HeapSnapshot'
},

'History': {
'headerFile': 'nsHistory.h',
'nativeType': 'nsHistory'
Expand Down
63 changes: 0 additions & 63 deletions dom/webidl/ChromeUtils.webidl

This file was deleted.

12 changes: 0 additions & 12 deletions dom/webidl/HeapSnapshot.webidl

This file was deleted.

2 changes: 0 additions & 2 deletions dom/webidl/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ WEBIDL_FILES = [
'CharacterData.webidl',
'ChildNode.webidl',
'ChromeNotifications.webidl',
'ChromeUtils.webidl',
'Client.webidl',
'Clients.webidl',
'ClipboardEvent.webidl',
Expand Down Expand Up @@ -158,7 +157,6 @@ WEBIDL_FILES = [
'GetUserMediaRequest.webidl',
'HDMIInputPort.webidl',
'Headers.webidl',
'HeapSnapshot.webidl',
'History.webidl',
'HTMLAllCollection.webidl',
'HTMLAnchorElement.webidl',
Expand Down
Loading

0 comments on commit 77282f2

Please sign in to comment.