Skip to content

Commit

Permalink
Switch to a prebuilt legacy firefox xpi
Browse files Browse the repository at this point in the history
This means we can upgrade closure without needing
to ensure that this XPI remains the same. It was
built from:

```
git checkout 684c726
./buckw build //javascript/firefox-driver:webdriver
```

And the output of that copied to the right place.
  • Loading branch information
shs96c committed Nov 26, 2018
1 parent 684c726 commit 8a0691f
Show file tree
Hide file tree
Showing 63 changed files with 29 additions and 17,534 deletions.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ genrule(
genrule(
name = 'webdriver_deps',
srcs = [
'//javascript/firefox-driver:webdriver_prefs',
'//third_party/js/selenium:webdriver_prefs',
'//javascript/webdriver/atoms:get-attribute',
'//javascript/atoms/fragments:is-displayed'
],
Expand Down
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/firefox/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ java_library(name = 'firefox',
)

export_file(name = 'prefs',
src = '//javascript/firefox-driver:webdriver_prefs',
src = '//third_party/js/selenium:webdriver_prefs',
out = 'webdriver_prefs.json',
)
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/firefox/xpi/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ java_library(name = 'firefox-xpi',
)

export_file(name = 'webdriver.xpi',
src = '//javascript/firefox-driver:webdriver',
src = '//third_party/js/selenium:webdriver',
)

export_file(
Expand Down
Loading

0 comments on commit 8a0691f

Please sign in to comment.